/[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 12 by dpavlin, Sun Feb 18 00:35:48 2007 UTC
# Line 9  use Grep::Record schema { Line 9  use Grep::Record schema {
9          column uri =>          column uri =>
10                  type is 'text',                  type is 'text',
11                  label is 'URI',                  label is 'URI',
12                    hints is 'Replace search string in URI with %s',
13                  is mandatory,                  is mandatory,
14                  distinct;                  distinct;
15    
16            column title =>
17                    type is 'text',
18                    hints is 'Use something descriptive to you',
19                    since '0.0.2';
20    
21  };  };
22    
23    sub since { '0.0.1' }
24    
25  # Your model-specific methods go here.  # Your model-specific methods go here.
26    
27  1;  1;

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

  ViewVC Help
Powered by ViewVC 1.1.26