From: Matt S Trout Date: Wed, 24 May 2006 23:30:34 +0000 (+0000) Subject: marked DBIx::Class::DB as deprecated and due to be removed by 1.0 X-Git-Tag: v0.07002~75^2~172 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=1c81f8319c454c87882c0b80531364f2ed9712b8;p=dbsrgits%2FDBIx-Class.git marked DBIx::Class::DB as deprecated and due to be removed by 1.0 --- diff --git a/Changes b/Changes index f26e8b0..cd9962b 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,6 @@ Revision history for DBIx::Class + - marked DB.pm as deprecated and noted it will be removed by 1.0 - add ResultSetColumn - refactor ResultSet code to resolve attrs as late as poss - merge prefetch attrs into join attrs 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