X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FDBIx%2FClass%2FStorage.pm;h=f98001b197eb538b77259c66d1e9292d3c6e980b;hb=c22c762537ac2a8f6aea581c7798058cebbaeb8a;hp=e422da47977c665bce07f1b4a75b759f14b2f2ed;hpb=382a78385abc2213ea09b3f6c6732694bf522e63;p=dbsrgits%2FDBIx-Class.git diff --git a/lib/DBIx/Class/Storage.pm b/lib/DBIx/Class/Storage.pm index e422da4..f98001b 100644 --- a/lib/DBIx/Class/Storage.pm +++ b/lib/DBIx/Class/Storage.pm @@ -388,7 +388,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