/[Frey]/branches/dbic/lib/Reblog/DBIC.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

Annotation of /branches/dbic/lib/Reblog/DBIC.pm

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1007 - (hide annotations)
Sat Jan 24 15:11:08 2009 UTC (15 years, 4 months ago) by dpavlin
File size: 135 byte(s)
DBIx::Class support classes will be called DBIC
1 dpavlin 1007 package Reblog::DBIC;
2 dpavlin 1001 use base qw/DBIx::Class::Schema::Loader/;
3 dpavlin 191
4 dpavlin 1001 __PACKAGE__->loader_options(
5     relationships => 1,
6     debug => 1,
7 dpavlin 191 );
8    
9     1;

  ViewVC Help
Powered by ViewVC 1.1.26