/[Perly]/lib/Perly/Model/Input.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/Perly/Model/Input.pm

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 11 by dpavlin, Tue Jun 5 11:54:18 2007 UTC revision 12 by dpavlin, Tue Jun 5 14:21:22 2007 UTC
# Line 6  use Jifty::DBI::Schema; Line 6  use Jifty::DBI::Schema;
6    
7  use Perly::Record schema {  use Perly::Record schema {
8    
9            column name =>
10                    label is 'Name',
11                    is mandatory,
12                    since '0.0.3';
13    
14          column content =>          column content =>
15                  label is 'Content',                  label is 'Content',
16                  type is 'text',                  type is 'text',

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

  ViewVC Help
Powered by ViewVC 1.1.26