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

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

revision 1132 by dpavlin, Wed Dec 10 13:55:38 2008 UTC revision 1133 by dpavlin, Tue Jun 30 15:10:55 2009 UTC
# Line 3  use Moose; Line 3  use Moose;
3    
4  extends 'Frey';  extends 'Frey';
5  with 'Frey::Web';  with 'Frey::Web';
 #with 'Frey::Storage';  
6    
7  use Moose::Util::TypeConstraints;  use Moose::Util::TypeConstraints;
8    
# Line 71  sub as_markup { Line 70  sub as_markup {
70          |;          |;
71  }  }
72    
73    __PACKAGE__->meta->make_immutable;
74    no Moose;
75    no Moose::Util::TypeConstraints;
76    
77  1;  1;

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

  ViewVC Help
Powered by ViewVC 1.1.26