If you want Moose to take the lead, just ask the metaclass for the properties, and tell that to DBIx::Class:
my $meta = __PACKAGE__->meta; for my $attr ( $meta->get_all_attributes ) { print $attr->name, "\n"; }
In reply to Re: DBIx::Class and Moose
by Corion
in thread DBIx::Class and Moose
by morgon
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |