X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FDBIx%2FClass%2FCDBICompat.pm;h=874c4c772576b66750599d489c224f9530a7841c;hb=16c5f7d3b5daa2d4796aee2e2ac30d5a5f931b05;hp=830a0e6737fcfb2876f2a6e830485207332d1728;hpb=2053ab2a47d0cbf3db670003d01a9b4650bc46d6;p=dbsrgits%2FDBIx-Class.git diff --git a/lib/DBIx/Class/CDBICompat.pm b/lib/DBIx/Class/CDBICompat.pm index 830a0e6..874c4c7 100644 --- a/lib/DBIx/Class/CDBICompat.pm +++ b/lib/DBIx/Class/CDBICompat.pm @@ -37,7 +37,7 @@ __PACKAGE__->load_own_components(qw/ #DBIx::Class::ObjIndexStubs 1; -=head1 NAME +=head1 NAME DBIx::Class::CDBICompat - Class::DBI Compatibility layer. @@ -51,12 +51,12 @@ DBIx::Class::CDBICompat - Class::DBI Compatibility layer. DBIx::Class features a fully featured compatibility layer with L to ease transition for existing CDBI users. In fact, this class is just a receipe containing all the features emulated. If you like, you can choose -which features to emulate by building your own class and loading it like +which features to emulate by building your own class and loading it like this: __PACKAGE__->load_own_components(qw/CDBICompat/); -this will automatically load the features included in My::DB::CDBICompat, +this will automatically load the features included in My::DB::CDBICompat, provided it looks something like this: package My::DB::CDBICompat;