X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FDBIx%2FClass%2FResultSource.pm;h=14bc4f8320eb7757711dbd7a785267e08bad3b41;hb=d99162346719ed25e4e212f1a689d0744f89c3fe;hp=4df3fa4a18b554344f592d3992688c98692e48a8;hpb=bc577afb73970b01932a45d79590721e7b399846;p=dbsrgits%2FDBIx-Class.git diff --git a/lib/DBIx/Class/ResultSource.pm b/lib/DBIx/Class/ResultSource.pm index 4df3fa4..14bc4f8 100644 --- a/lib/DBIx/Class/ResultSource.pm +++ b/lib/DBIx/Class/ResultSource.pm @@ -217,15 +217,13 @@ sub column_info { return $self->_columns->{$column}; } -=head2 load_column_info_from_storage +=head2 column_info_from_storage Enables the on-demand automatic loading of the above column metadata from storage as neccesary. This is *deprecated*, and should not be used. It will be removed before 1.0. -=cut - -sub load_column_info_from_storage { shift->column_info_from_storage(1) } + __PACKAGE__->column_info_from_storage(1); =head2 columns