The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Changes for version 0.451

  • form_process_extras now only operates on fields listed in the new process_extras argument. This will become a hashref soon, the same as process_fields, containing field processors.
  • As a consequence, the __SKIP_PROCESS_EXTRAS__ flag has gone away.
  • some field processors set in form_builder_defaults can set values into the form, which is bad for a search_form, so search_form now clears them out - currently in a slightly expensive way, revisit this when CGI::FB 3.03 is released