Fixed POD / custom_column_info
Robert Bohne [Mon, 15 Feb 2010 17:29:16 +0000 (18:29 +0100)]
lib/DBIx/Class/Schema/Loader/Base.pm

index 5cdd624..905eb76 100644 (file)
@@ -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' ){