X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FDBIx%2FClass%2FCDBICompat.pm;h=1a2103b74c5181747751a55d6b6fac233c07b728;hb=34d52be2d55c86c6eddd2317157db7f2accbe810;hp=066f0c8341ae314a544e9d653546860d6e57e451;hpb=451517e7031ac72038f54a9750fac60dab0a4b3c;p=dbsrgits%2FDBIx-Class.git diff --git a/lib/DBIx/Class/CDBICompat.pm b/lib/DBIx/Class/CDBICompat.pm index 066f0c8..1a2103b 100644 --- a/lib/DBIx/Class/CDBICompat.pm +++ b/lib/DBIx/Class/CDBICompat.pm @@ -22,3 +22,24 @@ use base qw/DBIx::Class::CDBICompat::Convenience DBIx::Class::CDBICompat::ImaDBI/; 1; + +=head1 NAME + +DBIx::Class::CDBICompat - Class::DBI Compatability layer. + +=head1 DESCRIPTION + +This class just inherits from the various modules that makes +up the Class::DBI compability layer. + + +=head1 AUTHORS + +Matt S. Trout + +=head1 LICENSE + +You may distribute this code under the same terms as Perl itself. + +=cut +