[Changes for 0.08 - 2006-07-18] * Added lots of documentation and comments. * Now works correctly even if at runtime the symbol table entries created at compile-time get deleted. [Changes for 0.07 - 2006-07-18] * Chained "is foo, is bar, is baz" now works; previously only the first one is recognized. Reported by: Steven Little [Changes for 0.06 - 2006-07-17] * Documentation cleanup; no functional changes. [Changes for 0.05 - 2006-07-17] * Support for ordered declarations, via list-context return of "declare". In scalar context, it still returns a hash reference. [Changes for 0.04 - 2006-07-17] * Support for plural values via "are": column x => field1 is 'xxx', field2 are 'XXX', 'XXX', # <-- Plural value is field3; [Changes for 0.03 - 2006-07-17] * The declarator can now be exported to another package; this works because internally, each declarator remembers the class mappings and copula it was associated with. [Changes for 0.02 - 2006-07-17] * Documentation cleanup; no functional changes. [Changes for 0.01 - 2006-07-17] * Initial CPAN release.