public
Description: HTML::FormHandler::Model::DBIC
Homepage:
Clone URL: git://github.com/gshank/html-formhandler-model-dbic.git
name age message
file .gitignore Tue Jul 14 08:31:57 -0700 2009 Initial commit [gshank]
file Changes Tue Sep 15 11:06:54 -0700 2009 bump version and RU prereq [gshank]
file MANIFEST.SKIP Sun Jul 26 06:00:07 -0700 2009 Cleanup for release [gshank]
file Makefile.PL Fri Sep 18 11:41:40 -0700 2009 remove MXAH prereq, bump version, mv 2 tests to... [gshank]
file README Tue Jul 14 08:31:57 -0700 2009 Initial commit [gshank]
file TODO Sun Aug 09 09:17:07 -0700 2009 update todo [gshank]
directory lib/ Loading commit data...
directory script/ Sun Jul 26 19:00:28 -0700 2009 Tweaks to generator [gshank]
directory 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.