/[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 213 by dpavlin, Fri Oct 31 19:51:51 2008 UTC revision 271 by dpavlin, Wed Nov 5 08:20:45 2008 UTC
# Line 31  sub markup { Line 31  sub markup {
31          my $class = $self->class;          my $class = $self->class;
32          use Pod::Simple::HTML;          use Pod::Simple::HTML;
33          my $path = eval { $self->package_path( $class ) };          my $path = eval { $self->package_path( $class ) };
34          return if $@;          if ( $@ ) {
35                    warn $@;
36                    return;
37            }
38          my $pod = read_file( $path );          my $pod = read_file( $path );
39          my $converter = Pod::Simple::HTML->new();          my $converter = Pod::Simple::HTML->new();
40          my $body;          my $body;

Legend:
Removed from v.213  
changed lines
  Added in v.271

  ViewVC Help
Powered by ViewVC 1.1.26