Subject: | custom_column_info hook now gets DCSL::Table object |
The DCSL::Base docs say that the coderef assigned to the
custom_column_info cosntructor option would get the table name, column
name and column info as parameters. With the latest release that firsr
parameter is now a DBIx::Class::Schema::Loader::Table object.
Please either change it back or (less desirably) fix the docs. I didn't
see anything about this in the changelog.