gshank / html-formhandler-model-dbic
- Source
- Commits
- Network (5)
- Issues (0)
- Downloads (2)
- Wiki (1)
- Graphs
-
Branch:
master
| name | age | message | |
|---|---|---|---|
| |
.gitignore | ||
| |
Changes | Mon Feb 01 09:40:34 -0800 2010 | |
| |
MANIFEST.SKIP | Sun Jul 26 06:00:07 -0700 2009 | |
| |
Makefile.PL | ||
| |
README | ||
| |
TODO | ||
| |
lib/ | ||
| |
script/ | ||
| |
t/ |
README
HTML::FormHandler::Model::DBIC
This package is a DBIx::Class model class for HTML::FormHandler
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::Model::DBIC
COPYRIGHT AND LICENCE
This program is free software; you can redistribute it and/or modify it
under the same terms as Perl itself.

