/[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 693 by dpavlin, Tue Dec 2 22:06:05 2008 UTC revision 694 by dpavlin, Tue Dec 2 22:16:17 2008 UTC
# Line 25  sub as_markup { Line 25  sub as_markup {
25          my $class = $self->class;          my $class = $self->class;
26          use Pod::Simple::HTML;          use Pod::Simple::HTML;
27          my $path = pod_where( { -inc => 1 }, $class );          my $path = pod_where( { -inc => 1 }, $class );
28          return $self->error( "Can't find pod for $class" ) unless $path;          return $self->error( "Can't find pod for $class\n" ) unless $path;
29          my $pod = read_file( $path );          my $pod = read_file( $path );
30          my $converter = Pod::Simple::HTML->new();          my $converter = Pod::Simple::HTML->new();
31          my $body;          my $body;

Legend:
Removed from v.693  
changed lines
  Added in v.694

  ViewVC Help
Powered by ViewVC 1.1.26