From: Robert Bohne Date: Mon, 15 Feb 2010 17:29:16 +0000 (+0100) Subject: Fixed POD / custom_column_info X-Git-Tag: 0.05003~5^2~9 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=6f98406eee4f4f35e74cbe8015198b6d5fedb677;p=dbsrgits%2FDBIx-Class-Schema-Loader.git Fixed POD / custom_column_info --- diff --git a/lib/DBIx/Class/Schema/Loader/Base.pm b/lib/DBIx/Class/Schema/Loader/Base.pm index 5cdd624..905eb76 100644 --- a/lib/DBIx/Class/Schema/Loader/Base.pm +++ b/lib/DBIx/Class/Schema/Loader/Base.pm @@ -386,7 +386,7 @@ Must be a coderef, returing a hashref with the custom column informations. Example: - sub _custom_column_info { + custom_column_info => sub { my $info = shift; if ( $info->{TYPE_NAME} eq 'DATE' ){