package Egg::Release::DBIC; # # Masatoshi Mizuno ElusheE<64>cpan.orgE # # $Id: DBIC.pm 324 2008-04-17 12:45:09Z lushe $ # use strict; use warnings; our $VERSION = '0.05'; 1; __END__ =head1 NAME Egg::Release::DBIC - Package kit to use DBIx::Class. =head1 DESCRIPTION =over 4 =item * Egg::Model::DBIC Model to use L. =item * Egg::Helper::Model::DBIC Helper to generate Schema of data base. =item * Egg::Plugin::DBIC Plugin to be able to treat L conveniently. =back =head1 SEE ALSO L, L, L, L, =head1 AUTHOR Masatoshi Mizuno ElusheE<64>cpan.orgE =head1 COPYRIGHT AND LICENSE Copyright (C) 2008 Bee Flag, Corp. ELE, 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. =cut