/[Frey]/trunk/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 /trunk/lib/Frey/Pod.pm

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

revision 690 by dpavlin, Wed Nov 19 15:28:23 2008 UTC revision 691 by dpavlin, Tue Dec 2 22:06:05 2008 UTC
# Line 41  sub as_markup { Line 41  sub as_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;          $self->title( $class );
45          return {          return $body;
                 title => $class,  
                 body => $body,  
         };  
46    
47  }  }
48    

Legend:
Removed from v.690  
changed lines
  Added in v.691

  ViewVC Help
Powered by ViewVC 1.1.26