X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FDBIx%2FClass%2FStorage.pm;h=9a58b94f71f72f7ef634aa1efcd5f1ec285af40f;hb=a92fb4891f0b8a9d5a58455904055f35e86ce133;hp=47b660f542688ee4380165ba964d67575f25b46c;hpb=a3eaff0e3e66c4455fe035e6dd3170db10e102c0;p=dbsrgits%2FDBIx-Class-Historic.git diff --git a/lib/DBIx/Class/Storage.pm b/lib/DBIx/Class/Storage.pm index 47b660f..9a58b94 100644 --- a/lib/DBIx/Class/Storage.pm +++ b/lib/DBIx/Class/Storage.pm @@ -6,9 +6,8 @@ use warnings; use base qw/DBIx::Class/; use Scalar::Util qw/weaken/; -use Carp::Clan qw/DBIx::Class/; +use Carp::Clan qw/^DBIx::Class/; -__PACKAGE__->load_components(qw/AccessorGroup/); __PACKAGE__->mk_group_accessors('simple' => qw/debug debugobj schema/); package # Hide from PAUSE @@ -388,7 +387,9 @@ sub select_single { die "Virtual method!" } =head2 columns_info_for -Returns database type info for the given table's columns. +Returns metadata for the given source's columns. This +is *deprecated*, and will be removed before 1.0. You should +be specifying the metadata yourself if you need it. =cut