This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
Zbigniew Lukasiak (author)
Sat Oct 31 02:55:55 -0700 2009
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Mon Jul 06 09:37:42 -0700 2009 | |
| |
.perltidyrc | Thu Sep 03 07:08:42 -0700 2009 | |
| |
Changes | Tue Sep 15 10:55:08 -0700 2009 | |
| |
MANIFEST.SKIP | ||
| |
Makefile.PL | ||
| |
README | Wed Feb 04 15:23:39 -0800 2009 | |
| |
TODO | ||
| |
dev_notes.txt | ||
| |
lib/ | ||
| |
t/ |
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.








