2010-11-21 12:52:42 +01:00
|
|
|
This module allows you to put the arguments to "add_column" in
|
|
|
|
DBIx::Class::ResultSource right into your attribute definitions and will
|
|
|
|
automatically call it when it finds an add_column attribute option. It also
|
|
|
|
replaces the DBIx::Class-generated accessor methods (these are
|
|
|
|
Class::Accessor::Grouped-generated accessor methods under the hood) with the
|
|
|
|
Moose-generated accessor methods so that you can use more of the wonderful
|
|
|
|
powers of Moose (eg. type constraints, triggers, ...).
|
|
|
|
|
2015-02-25 18:47:52 +01:00
|
|
|
WWW: https://metacpan.org/pod/DBIx::Class::MooseColumns
|