/[Frey]/trunk/lib/Frey/Class/Schematize.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/Class/Schematize.pm

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1132 by dpavlin, Sun Jun 28 17:42:51 2009 UTC revision 1133 by dpavlin, Tue Jun 30 15:10:55 2009 UTC
# Line 4  use Moose; Line 4  use Moose;
4  extends 'Frey::Class::Loader';  extends 'Frey::Class::Loader';
5  extends 'Frey::PPI';  extends 'Frey::PPI';
6  with 'Frey::Web';  with 'Frey::Web';
 #with 'Frey::Storage';  
7    
8  has class => (  has class => (
9          is => 'rw',          is => 'rw',
# Line 142  L<http://blog.sartak.org/2009/06/mooses- Line 141  L<http://blog.sartak.org/2009/06/mooses-
141    
142  =cut  =cut
143    
144    __PACKAGE__->meta->make_immutable;
145    no Moose;
146    
147  1;  1;

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

  ViewVC Help
Powered by ViewVC 1.1.26