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

0.12 Wed Feb 04 2009, 18:00
    Fix 'dump_fields'. Add more output for verbose. Change so
    that 'validate' doesn't require a separate 'clear' for 
    persistent forms. The controller test will only execute
    with an environment variable.

0.11 Mon Feb 02 2009, 17:00
    Change to use BEGIN block in controllers for Catalyst 5.80.

0.10 Thu Jan 29 2009, 07:00
    Remove unnecessary 'use' from Render::Simple to eliminate install
    failures. Change handling of 'has_field'.

0.09 Sun Jan 25 2009, 17:00
    Minor changes.

0.08 Sat Jan 24 2009, 11:00
    Remove controller and role. Refactor to support persistent
    forms. Remove update_from_form method. Add 'process', and
    'update' methods. Update documentation to match. Update tutorial.

0.07 Thurs Jan 22 2009, 04:00
    Add prereq of DateTime. Minor doc changes.

0.06 Wed Jan 21 2009, 04:00
    Add prereq skip tests to controller test. Clean up Makefile.PL.
    Convert test controller Book.pm to use chained. Support empty
    rows. 

0.05 Mon Jan 19 2009, 15:00
    Add skip test to htmlarea test. Add action, http_method, & submit to form.
    Add javascript to field. Create widget directory for templates.

0.04 Fri Jan 16 2009, 19:00
    Move example to test directory. Change controller; add controller
    test. Add use for HashRefInflator. Add more documentation.

0.03 Tues Jan 12 2009, 16:00
    Pod fix, remove failing test from htmlarea

0.02 Tues Jan 12 2009, 03:00
    Fixed pod formatting, naming of files

0.01 Mon Jan 12 2009, 17:00
    Released on an unsuspecting world
    Conversion of Form::Processor to Moose, including
    renaming many attributes and methods and refactoring