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 Perl extension Form::Processor.

0.11 Mon Jun 18 19:10:13 UTC 2007
        Uncommented dependencies on Html::Tidy and Template Toolkit.
        The tests checks that all fields compile now so need to include
        all dependencies and CPAN testers complain when not all tests pass.

        Add size attribute to Text field type, and validate on that size.
        Also gives a way for markup to add a size to text input fields.


0.10 Tue Jun 12 14:14:50 UTC 2007
        Fix missing init_options in Select.pm

0.09 Tue Jun 12 05:00:57 UTC 2007
        Moved Catalyst::Plugin::Form::Processor
        to separate module.
        Moved Catalyst demo application to Catalyst Plugin.
        Weakened form and parent_field to avoid circular references
        and removed DESTROY method.
        Devel::Cycle is handy.

0.08 Mon Jun 11 06:14:25 UTC 2007
        Added Hidden and Upload field types.
        Added demo Catalyst application (in t/example)
        Worked on a few of the compound fields a bit.

0.07 Wed Apr 11 15:49:45 PDT 2007
        Add in dependencies to Makefile.PL
        0.08 will have more complete tests

0.06 Tue Apr 10 23:45:15 UTC 2007
        Added Locale::Maketext support.
        Language files are empty and can be provided by
        the user as needed, or a L::M language handle can be
        passed if using site-wide lexicons.

0.05 Sun Apr  8 17:45:07 UTC 2007
        Removed locale-dependent tests

0.04 Sat Apr  7 05:32:38 UTC 2007
        Add UNIVERSAL::require as dependency.
        Caught by a fine CPAN tester.

0.03 Tue Apr  3 21:35:36 UTC 2007
        Rename to Form::Processor for CPAN release

0.02 2006-06-04
        Place into production

0.01  2005-11-11 21:10:25 -0800
        Import into local subversion repo