Why not adopt me?
This distribution is up for adoption!
If you're interested then please contact the PAUSE module admins via
email.
Changes for version 0.41
- added _load_meta() method to access lots of column metadata via DBI:
- removed requirement to load Class::DBI::Plugin::Type
- fixed _db_order_columns()
- support MySQL SET columns in _get_col_options_for_enumlike() without needing the patch to CDBI::mysql
- removed the code that sets the 'required' field list to the list in a 'Required' column group - this has been deprecated for a while
- added TIMESTAMP processor. form_timestamp now uses this instead of DISABLED, so it can be easily replaced
- added +SET_$foo($bar) processor
- deprecated +SET_VALUE($value) processor - use +SET_value($value)
- altered the precedence rules for processors - a custom non '+' processor will have the effect of dropping all auto-generated processors, so that only the custom processors run. '+' processors are run in addition to automatically set processors.
- re-organised POD
Modules
Class::DBI/CGI::FormBuilder integration