Changes for version 0.23
- Big change: pluralization using Lingua::EN::Inflect. See the massive POD updates for what this means.
- Near rewrite of the POD.
- Different dump() method output, to better suit HTML::Template
- Modularized accessor type detection. This made it easy to allow more flexible column naming. Now department_id column can be a foreign key ref (accessor is still named department). Also the primary key of the employee table can be employee_id.
- Indirect (reverse-mapped) foreign keys can now take additional query constraints.
Modules
Auto-vivification of persistent classes, based on RDBMS schema