The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Revision history for Perl extension Catalyst::Plugin::Form::Processor.

0.06 Thu Apr 24 02:30:38 UTC 2008
    Weaken the user_data reference to the Catalyst context
    to break a circular reference that resulted in a leak.

0.05 Sat Dec  1 21:40:26 UTC 2007
    Display warning message when loading form module fails.

    Add feature to do general FillInForm
        $c->stash->{fillinform} = $c->req->parameters;

0.04 Wed Jul 25 06:54:47 UTC 2007
    Fix call to wrong Template Toolkit filter in example
    application.  Closes #28465.

0.03 Wed Jul  4 14:34:26 UTC 2007
    Now always pass in the context in the user_data hash:
        my $c = $form->user_data->{context};

    Add dependency on Template 2.19 for the demo application,
    and a template fix for testing .defined on id_suffix.

    Force checkbox to value="1" -- HTML::FillInForm uses "on".


0.02 Sun Jun 17 03:59:02 UTC 2007
    Add Unicode::Encoding to list of plugins for example application

    Move to Module::Install

0.01  Mon Jun 11 22:07:49 2007
        - original version; created by h2xs 1.23 with options
                -AX -n Catalyst::Plugin::Form::Processor