projects
/
dbsrgits/DBIx-Class-Schema-Loader.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
3a36870
)
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
patch
|
blob
|
blame
|
history
diff --git
a/lib/DBIx/Class/Schema/Loader/Base.pm
b/lib/DBIx/Class/Schema/Loader/Base.pm
index
5cdd624
..
905eb76
100644
(file)
--- 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' ){