/[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 292 by dpavlin, Wed Nov 5 08:21:03 2008 UTC revision 308 by dpavlin, Wed Nov 5 19:13:01 2008 UTC
# Line 30  sub markup { Line 30  sub markup {
30          my $self = shift;          my $self = shift;
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->class_path( $class ) };
34          if ( $@ ) {          if ( $@ ) {
35                  warn $@;                  warn $@;
36                  return;                  return;

Legend:
Removed from v.292  
changed lines
  Added in v.308

  ViewVC Help
Powered by ViewVC 1.1.26