/[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 11 by dpavlin, Sat Feb 17 17:10:27 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 =>          column title =>
17                  type is 'text',                  type is 'text',
18                    hints is 'Use something descriptive to you',
19                  since '0.0.2';                  since '0.0.2';
20    
21  };  };

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

  ViewVC Help
Powered by ViewVC 1.1.26