--- lib/Grep/Model/Feed.pm 2007/02/22 17:59:56 70 +++ lib/Grep/Model/Feed.pm 2007/02/23 11:48:39 73 @@ -26,7 +26,7 @@ type is 'text', label is 'Cookie', render as 'textarea', - hints are 'If you leave Cookie data Grep will impersonate you to feed provider!', + hints is 'If you leave Cookie data Grep will impersonate you to feed provider!', since '0.0.3'; column owner => @@ -42,6 +42,13 @@ filters are 'Jifty::DBI::Filter::DateTime', since '0.0.5'; + column source => + type is 'text', + label is 'Source', + default is 'Grep::Source::Feed', +# available are defer { Grep::Source::Feed->sources }, + since '0.0.6'; + }; sub since { '0.0.1' }