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

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

revision 1132 by dpavlin, Thu Feb 12 18:14:19 2009 UTC revision 1133 by dpavlin, Tue Jun 30 15:10:55 2009 UTC
# Line 2  package Frey::DBIC::Designer; Line 2  package Frey::DBIC::Designer;
2  use Moose;  use Moose;
3    
4  extends 'Frey';  extends 'Frey';
5  with 'Frey::Web';  with 'Frey::Web', 'Frey::Config', 'Frey::Storage', 'Frey::jQuery';
 with 'Frey::Config';  
 with 'Frey::Storage';  
 with 'Frey::jQuery';  
6    
7  has dbic_class => (  has dbic_class => (
8          is => 'rw',          is => 'rw',
# Line 197  L<http://www.shadowcat.co.uk/archive/con Line 194  L<http://www.shadowcat.co.uk/archive/con
194    
195  =cut  =cut
196    
197    __PACKAGE__->meta->make_immutable;
198    no Moose;
199    
200  1;  1;

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

  ViewVC Help
Powered by ViewVC 1.1.26