[Dbix-class] DBIx::Class::Schema::Loader 0.02002 released

Brandon Black blblack at gmail.com
Sat Feb 18 20:56:09 CET 2006


... and available at:

http://pause.perl.org/incoming/DBIx-Class-Schema-Loader-0.02002.tar.gz

Changes for this release:

0.02002 Sat Feb 18 19:53:12 UTC 2006
        - Added moniker_map and inflect_map

Those two new arguments can be either hashrefs or coderefs.  The first
maps table names into monikers, the second maps relationship names
into pluralized forms.  The hash form is obvious.  In the coderef
form, your coderef takes a single scalar argument and returns the
scalar result.  Returning undef is the same as a missing entry in the
hash form, which is to revert to default behavior.  The old argument
"inflect" is deprecated, but still supported in the same way it was
before.

-- Brandon



More information about the Dbix-class mailing list