--- lib/Grep/Model/Feed.pm 2007/02/18 00:35:31 11 +++ lib/Grep/Model/Feed.pm 2007/02/18 00:35:48 12 @@ -9,11 +9,13 @@ column uri => type is 'text', label is 'URI', + hints is 'Replace search string in URI with %s', is mandatory, distinct; column title => type is 'text', + hints is 'Use something descriptive to you', since '0.0.2'; };