/[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 195 by dpavlin, Wed Jul 4 09:37:18 2007 UTC revision 196 by dpavlin, Wed May 28 17:52:06 2008 UTC
# Line 49  use Grep::Record schema { Line 49  use Grep::Record schema {
49  #               available are defer { Grep::Source::Feed->sources },  #               available are defer { Grep::Source::Feed->sources },
50                  since '0.0.6';                  since '0.0.6';
51    
52            column login =>
53                    type is 'text',
54                    label is 'Login',
55                    since '0.0.8';
56    
57            column passwd =>
58                    type is 'text',
59                    label is 'Login',
60                    since '0.0.8';
61    
62  };  };
63    
64  sub since { '0.0.1' }  sub since { '0.0.1' }

Legend:
Removed from v.195  
changed lines
  Added in v.196

  ViewVC Help
Powered by ViewVC 1.1.26