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

Contents of /branches/dbic/lib/Reblog/Schema.pm

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1001 - (show annotations)
Mon Jan 12 17:28:05 2009 UTC (15 years, 3 months ago) by dpavlin
File size: 137 byte(s)
begin port to DBIx::Class
1 package Reblog::Schema;
2 use base qw/DBIx::Class::Schema::Loader/;
3
4 __PACKAGE__->loader_options(
5 relationships => 1,
6 debug => 1,
7 );
8
9 1;

  ViewVC Help
Powered by ViewVC 1.1.26