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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 991 - (hide annotations)
Sat Jan 10 23:29:38 2009 UTC (15 years, 4 months ago) by dpavlin
File size: 224 byte(s)
Frey::Class::Refactor::Modify Frey::Collection -> Frey::ORM::Collection
1 dpavlin 191 package Reblog::Items;
2    
3     use strict;
4     use warnings;
5    
6     use Reblog::Schema;
7     use Fey::ORM::Table;
8    
9     sub collection_table { 'items' }
10     has_table( Reblog::Schema->Schema->table( collection_table ) );
11 dpavlin 991 with 'Frey::ORM::Collection';
12 dpavlin 191
13     1;

  ViewVC Help
Powered by ViewVC 1.1.26