Subject: | DBIx::Class::Schema::ddl_filename method signature changed |
In DBIx::Class 0.8009 the Schema::ddl_filename method had a signature of
$type, $dir, $version, $pversion. In 0.8103 this has changed to $type,
$version, $dir $preversion. This change is not backwardly compatible.
From the schema docs "You may override this method in your schema if you
wish to use a different format.", so it is a public method