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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1020 - (show annotations)
Mon Jan 26 14:51:11 2009 UTC (15 years, 3 months ago) by dpavlin
File size: 351 byte(s)
more dbic fun with resultsets
1 package Reblog::Schema;
2
3 use strict;
4 use warnings;
5
6 use base 'DBIx::Class::Schema';
7
8 __PACKAGE__->load_classes;
9
10
11 # Created by DBIx::Class::Schema::Loader v0.04005 @ 2009-01-25 20:45:36
12 # DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:KcbnnHUSTTSLzYy+Wm1F7A
13
14
15 # You can replace this text with custom content, and it will be preserved on regeneration
16 1;

  ViewVC Help
Powered by ViewVC 1.1.26