| Module-CPANTS-Site documentation | Contained in the Module-CPANTS-Site distribution. |
Module::CPANTS::Site::Model::DBIC - DBIC Model Component
DBIC Model Component.
Thomas Klausner, <domm@cpan.org>
This library is free software . You can redistribute it and/or modify it under the same terms as perl itself.
| Module-CPANTS-Site documentation | Contained in the Module-CPANTS-Site distribution. |
package Module::CPANTS::Site::Model::DBIC; use strict; use warnings; use base qw( Catalyst::Model::DBIC::Schema ); 1; __END__