X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=dbsrgits%2FDBIx-Class.git;a=blobdiff_plain;f=lib%2FDBIx%2FClass%2FDB.pm;h=9e67f5c52295ce2353b59980b82f02addf6f77ef;hp=aa5eeb3f445097f8ff3a07e5427346f096590dc5;hb=1c81f8319c454c87882c0b80531364f2ed9712b8;hpb=b53bd778dd30f64d53591f085b01d00ea0bcbd8d diff --git a/lib/DBIx/Class/DB.pm b/lib/DBIx/Class/DB.pm index aa5eeb3..9e67f5c 100644 --- a/lib/DBIx/Class/DB.pm +++ b/lib/DBIx/Class/DB.pm @@ -31,7 +31,7 @@ sub resultset_instance { =head1 NAME -DBIx::Class::DB - Non-recommended classdata schema component +DBIx::Class::DB - (DEPRECATED) classdata schema component =head1 SYNOPSIS @@ -54,8 +54,8 @@ DBIx::Class::DB - Non-recommended classdata schema component This class is designed to support the Class::DBI connection-as-classdata style for DBIx::Class. You are *strongly* recommended to use a DBIx::Class::Schema -instead; DBIx::Class::DB will continue to be supported but new development -will be focused on Schema-based DBIx::Class setups. +instead; DBIx::Class::DB will not undergo new development and will be moved +to being a CDBICompat-only component before 1.0. =head1 METHODS