The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Changes for version 0.17

  • change tact altogether in form_to_object() and assume there are no autoincrement fields in $form
  • move the form/object seeding in create() to the core Controller create() method. This change is as much to solve a strange Class::C3/Dispatcher issue with multiple inheritance as anything.
  • add missing $c in call to $self->form
  • do_search calls field_names() on controller rather than form object

Modules

Rose::HTML::Objects CRUD controller