/[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 1132 by dpavlin, Tue Feb 3 21:24:02 2009 UTC revision 1133 by dpavlin, Tue Jun 30 15:10:55 2009 UTC
# Line 8  Frey::Pod - display documentation Line 8  Frey::Pod - display documentation
8  =cut  =cut
9    
10  extends 'Frey::Class::Loader';  extends 'Frey::Class::Loader';
11  with 'Frey::Web';  with 'Frey::Web', 'Frey::File';
 with 'Frey::File';  
12    
13  has 'class' => (  has 'class' => (
14          is => 'rw',          is => 'rw',
# Line 130  sub as_markup { Line 129  sub as_markup {
129    
130  }  }
131    
132  1;  __PACKAGE__->meta->make_immutable;
133    no Moose;
134    
135    1;

Legend:
Removed from v.1132  
changed lines
  Added in v.1133

  ViewVC Help
Powered by ViewVC 1.1.26