package Egg::Model::DBIC::Schema; # # Masatoshi Mizuno ElusheE<64>cpan.orgE # # $Id: Schema.pm 251 2008-02-14 17:47:23Z lushe $ # use strict; use warnings; use base qw/ DBIx::Class::Schema Egg::Base /; our $VERSION = '3.00'; 1; __END__ =head1 NAME Egg::Model::DBIC::Schema - Base class for Schema module for Egg. =head1 SYNOPSIS package MyApp::Model::DBIC::MySchema; use strict; use base qw/ Egg::Model::DBIC::Schema /; ..... .. 1; =head1 DESCRIPTION This module has succeeded to DBIx::Class::Schema and Egg::Base. =head1 SEE ALSO L, L, L, L, L, =head1 AUTHOR Masatoshi Mizuno, ElusheE<64>cpan.orgE =head1 COPYRIGHT Copyright (C) 2007 by 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