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

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

revision 1132 by dpavlin, Sun Jun 28 16:34:16 2009 UTC revision 1133 by dpavlin, Tue Jun 30 15:10:55 2009 UTC
# Line 2  package Frey::Class::Create; Line 2  package Frey::Class::Create;
2  use Moose;  use Moose;
3    
4  extends 'Frey';  extends 'Frey';
5  with 'Frey::Web';  with 'Frey::Web', 'Frey::Path';
 with 'Frey::Path';  
 #with 'Frey::Storage';  
6    
7  use File::Slurp;  use File::Slurp;
8    
# Line 97  On the other hand, having handy class cr Line 95  On the other hand, having handy class cr
95    
96  =cut  =cut
97    
98    __PACKAGE__->meta->make_immutable;
99    no Moose;
100    
101  1;  1;

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

  ViewVC Help
Powered by ViewVC 1.1.26