Egg::Release::DBIC - Package kit to use DBIx::Class.


Egg-Release-DBIC documentation Contained in the Egg-Release-DBIC distribution.

Index


Code Index:

NAME

Top

Egg::Release::DBIC - Package kit to use DBIx::Class.

DESCRIPTION

Top

* Egg::Model::DBIC

Model to use DBIx::Class.

* Egg::Helper::Model::DBIC

Helper to generate Schema of data base.

* Egg::Plugin::DBIC

Plugin to be able to treat Egg::Model::DBIC conveniently.

SEE ALSO

Top

Egg::Release, Egg::Model::DBIC, Egg::Helper::Model::DBIC, Egg::Plugin::DBIC,

AUTHOR

Top

Masatoshi Mizuno <lushe&64;cpan.org>

COPYRIGHT AND LICENSE

Top


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__