/[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

Diff of /lib/Grep/Model/Feed.pm

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 2 by dpavlin, Sat Feb 17 16:17:18 2007 UTC revision 3 by dpavlin, Sat Feb 17 17:10:27 2007 UTC
# Line 12  use Grep::Record schema { Line 12  use Grep::Record schema {
12                  is mandatory,                  is mandatory,
13                  distinct;                  distinct;
14    
15            column title =>
16                    type is 'text',
17                    since '0.0.2';
18    
19  };  };
20    
21    sub since { '0.0.1' }
22    
23  # Your model-specific methods go here.  # Your model-specific methods go here.
24    
25  1;  1;

Legend:
Removed from v.2  
changed lines
  Added in v.3

  ViewVC Help
Powered by ViewVC 1.1.26