Form-Processor-Model-DBIC This is a DBIx::Class model for Form::Processor. It provides a database interface to Form::Processor, and allows the user to automatically save their template HTML form data to a database. It allows automatic, easy creation of single and multiple select lists based on database tables. A Form::Processor::Model::DBIC form is a Perl class, and very customizable. This module requires Form::Processor and DBIx::Class. Many users will probably use it with Catalyst and Catalyst::Plugin::Form::Processor, though they are not required. This is version 0.02 INSTALLATION To install this module, run the following commands: perl Makefile.PL make make test make install SUPPORT AND DOCUMENTATION After installing, you can find documentation for this module with the perldoc command. perldoc Form::Processor::Model::DBIC You can also look for information at: RT, CPAN's request tracker http://rt.cpan.org/NoAuth/Bugs.html?Dist=Form-Processor-Model-DBIC AnnoCPAN, Annotated CPAN documentation http://annocpan.org/dist/Form-Processor-Model-DBIC CPAN Ratings http://cpanratings.perl.org/d/Form-Processor-Model-DBIC Search CPAN http://search.cpan.org/dist/Form-Processor-Model-DBIC COPYRIGHT AND LICENCE Copyright (C) 2008 Gerda Shank This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.