/[Grep]/lib/Grep/Model/Feed.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 /lib/Grep/Model/Feed.pm

Parent Directory Parent Directory | Revision Log Revision Log


Revision 3 - (hide annotations)
Sat Feb 17 17:10:27 2007 UTC (17 years, 3 months ago) by dpavlin
File size: 310 byte(s)
a try at implementing fetch action
1 dpavlin 2 use strict;
2     use warnings;
3    
4     package Grep::Model::Feed;
5     use Jifty::DBI::Schema;
6    
7     use Grep::Record schema {
8    
9     column uri =>
10     type is 'text',
11     label is 'URI',
12     is mandatory,
13     distinct;
14    
15 dpavlin 3 column title =>
16     type is 'text',
17     since '0.0.2';
18    
19 dpavlin 2 };
20    
21 dpavlin 3 sub since { '0.0.1' }
22    
23 dpavlin 2 # Your model-specific methods go here.
24    
25     1;
26    

  ViewVC Help
Powered by ViewVC 1.1.26