X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FDBIx%2FClass%2FResultSource.pm;h=4df3fa4a18b554344f592d3992688c98692e48a8;hb=c22c762537ac2a8f6aea581c7798058cebbaeb8a;hp=82b7c7b64d40b2a0f0b08853f3515eac4847ea6d;hpb=382a78385abc2213ea09b3f6c6732694bf522e63;p=dbsrgits%2FDBIx-Class.git diff --git a/lib/DBIx/Class/ResultSource.pm b/lib/DBIx/Class/ResultSource.pm index 82b7c7b..4df3fa4 100644 --- a/lib/DBIx/Class/ResultSource.pm +++ b/lib/DBIx/Class/ResultSource.pm @@ -220,7 +220,8 @@ sub column_info { =head2 load_column_info_from_storage Enables the on-demand automatic loading of the above column -metadata from storage as neccesary. +metadata from storage as neccesary. This is *deprecated*, and +should not be used. It will be removed before 1.0. =cut