/[Frey]/branches/no-pager/lib/Frey/Pod.pm
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /branches/no-pager/lib/Frey/Pod.pm

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 379 by dpavlin, Mon Nov 17 18:04:20 2008 UTC revision 405 by dpavlin, Tue Nov 18 11:45:15 2008 UTC
# Line 41  sub markup { Line 41  sub markup {
41          $body =~ s!</ul>!</ul></li>!;          $body =~ s!</ul>!</ul></li>!;
42          $body =~ s!<p></p>!!;          $body =~ s!<p></p>!!;
43          $body =~ s!__index__!index!g;          $body =~ s!__index__!index!g;
44            return $body unless wantarray;
45          return {          return {
46                  title => $class,                  title => $class,
47                  body => $body,                  body => $body,

Legend:
Removed from v.379  
changed lines
  Added in v.405

  ViewVC Help
Powered by ViewVC 1.1.26