| Egg-Release-DBIC documentation | Contained in the Egg-Release-DBIC distribution. |
Egg::Release::DBIC - Package kit to use DBIx::Class.
Model to use DBIx::Class.
Helper to generate Schema of data base.
Plugin to be able to treat Egg::Model::DBIC conveniently.
Masatoshi Mizuno <lushe&64;cpan.org>
Copyright (C) 2008 Bee Flag, Corp. <http://egg.bomcity.com/>, All Rights Reserved.
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.8.6 or, at your option, any later version of Perl 5 you may have available.
| Egg-Release-DBIC documentation | Contained in the Egg-Release-DBIC distribution. |
package Egg::Release::DBIC; # # Masatoshi Mizuno E<lt>lusheE<64>cpan.orgE<gt> # # $Id: DBIC.pm 324 2008-04-17 12:45:09Z lushe $ # use strict; use warnings; our $VERSION = '0.05'; 1; __END__