gshank / html-formhandler

a Perl Moose HTML form handler

This URL has Read+Write access

name age message
file .gitignore Mon Jul 06 09:37:42 -0700 2009 Update skip files [bobtfish]
file .perltidyrc Thu Sep 03 07:08:42 -0700 2009 massive reformatting of source to make more sta... [gshank]
file Changes Wed Dec 16 17:54:10 -0800 2009 don't ship locale.t until issues solved [Gerda Shank]
file MANIFEST.SKIP Sun Aug 30 17:27:30 -0700 2009 upload field, None wrapper, css_class rendering [gshank]
file Makefile.PL Wed Dec 02 08:24:02 -0800 2009 remove IO::All from chbox_group & Makefile [gshank]
file README Wed Feb 04 15:23:39 -0800 2009 Fix params. Cleanup. [gerda.shank@gmail.com]
file TODO Mon Sep 21 08:06:24 -0700 2009 switch from init_value_<fieldname> to default_<... [gshank]
file dev_notes.txt Fri Sep 04 15:37:58 -0700 2009 dev notes [gshank]
directory lib/ Wed Dec 23 16:19:05 -0800 2009 display empty repeatable element if no values f... [Gerda Shank]
directory t/ Thu Dec 17 01:59:14 -0800 2009 proper fetching of language handle [Klaus Ita]
README
HTML::FormHandler

This package is a Moose form handler, based on Form::Processor.

Create Perl form classes, define fields, retrieve and save to the
database...

INSTALLATION

To install this module, run the following commands:

        perl Makefile.PL
        make
        make test
        make install

EXAMPLE

The test directory contains an example Catalyst application.
Execute it by executing 't/script/bookdb_server.pl' from the
distribution root directory.

SUPPORT AND DOCUMENTATION

After installing, you can find documentation for this module with the
perldoc command.

    perldoc HTML::FormHandler::Manual
    perldoc HTML::FormHandler::Info
    perldoc HTML::FormHandler::Tutorial
    perldoc HTML::FormHandler
    perldoc HTML::FormHandler::Model::DBIC
    perldoc HTML::FormHandler::Field


COPYRIGHT AND LICENCE

This program is free software; you can redistribute it and/or modify it
under the same terms as Perl itself.