--- lib/Grep/Model/Feed.pm 2007/02/17 16:17:18 2 +++ lib/Grep/Model/Feed.pm 2007/02/17 17:10:27 3 @@ -12,8 +12,14 @@ is mandatory, distinct; + column title => + type is 'text', + since '0.0.2'; + }; +sub since { '0.0.1' } + # Your model-specific methods go here. 1;