/[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 138 by dpavlin, Tue Jul 15 19:10:56 2008 UTC revision 178 by dpavlin, Sun Aug 31 17:40:33 2008 UTC
# Line 27  sub html { Line 27  sub html {
27  }  }
28    
29  sub markup {  sub markup {
30          my ( $self, $class ) = @_;          my $self = shift;
31          $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 $@;          return if $@;

Legend:
Removed from v.138  
changed lines
  Added in v.178

  ViewVC Help
Powered by ViewVC 1.1.26