Changes for version 0.42

  • changed to using column objects throughout, and stringifying them via $column->mutator or $column->accessor whenever a field name is required (pointed out by Dave Howorth)
    • PROBABLY STILL BROKEN THOUGH - works fine unless you are customising your CDBI accessors, which was the point, but should be fixed in the next release
  • added column_meta() and column_type() methods as public methods
  • plugins now receive a column object instead of a field name
  • processors now receive a column object as an extra argument (used by +VALUE)
  • changed to retain values as objects wherever they are supplied as objects, and stringifying just before sending to CGI::FB
  • added pretty-printing feature

Modules

Class::DBI/CGI::FormBuilder integration