[Changes for 0.22 - 2007-02-09]

copula => foo => sub { bar is 1, baz is 2 }

[Changes for 0.21 - 2007-01-26]

    copula      => {                # list of words, or a map
        is  => '',                  #  from copula to label prefixes,
        are => '',                  #  or to callback that e.g. turns
        has => sub { has => @_ },   #  "has X" to "has is X" and
                                    #  "X has 1" to "has is [X => 1]"

},

[Changes for 0.20 - 2007-01-16]

column foo => field is column( field is 'foo' );

Contributed by: Jason Adams

[Changes for 0.13 - 2006-07-21]

[Changes for 0.12 - 2006-07-20]

[Changes for 0.11 - 2006-07-20]

[Changes for 0.10 - 2006-07-20]

[Changes for 0.09 - 2006-07-18]

[Changes for 0.08 - 2006-07-18]

[Changes for 0.07 - 2006-07-18]

[Changes for 0.06 - 2006-07-17]

[Changes for 0.05 - 2006-07-17]

[Changes for 0.04 - 2006-07-17]

column x =>

        field1 is 'xxx',
        field2 are 'XXX', 'XXX', # <-- Plural value
        is field3;

[Changes for 0.03 - 2006-07-17]

[Changes for 0.02 - 2006-07-17]

[Changes for 0.01 - 2006-07-17]