The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Changes for version 0.18 - 2011-03-15

  • Workaround for a SQLite sillyness (columns are NOT NULL by default). Removed workaround of a MooseX::NonMoose weirdness. (Now TestSchema does not need a dummy constructor - which, btw, made 01-warnings.t fail.) Fixed some set_column/set_inflated_column copy-paste errors. Fixed a missing semicolon in :Meta::Role::Attribute::DBICColumn::inline_set(). (This resulted in a syntax error in the generated accessor when a trigger was defined.) Tests for the trigger method (attribute option).

Modules

Lets you write DBIC add_column() definitions as attribute options
Attribute metaclass trait for DBIx::Class::MooseColumns
Attribute metaclass trait for DBIx::Class::MooseColumns for attributes that are non-inflated DBIC columns
Attribute metaclass trait for DBIx::Class::MooseColumns for attributes that are inflated DBIC columns