| HTML-FormHandler-Model-DBIC documentation | Contained in the HTML-FormHandler-Model-DBIC distribution. |
HTML::FormHandler::Model::DBIC - base class that holds DBIC model role
version 0.15
Empty base class - see HTML::FormHandler::TraitFor::Model::DBIC for documentation.
FormHandler Contributors - see HTML::FormHandler
This software is copyright (c) 2010 by Gerda Shank.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.
| HTML-FormHandler-Model-DBIC documentation | Contained in the HTML-FormHandler-Model-DBIC distribution. |
package HTML::FormHandler::Model::DBIC; # ABSTRACT: base class that holds DBIC model role use Moose; extends 'HTML::FormHandler'; with 'HTML::FormHandler::TraitFor::Model::DBIC'; our $VERSION = '0.15'; use namespace::autoclean; 1; __END__