Fix complete breakage of ddl_filename on certain paths
authorPeter Rabbitson <ribasushi@cpan.org>
Fri, 3 Feb 2012 09:46:06 +0000 (10:46 +0100)
committerPeter Rabbitson <ribasushi@cpan.org>
Mon, 9 Apr 2012 06:19:05 +0000 (08:19 +0200)
commitaea59b74d807ee65b319f3c1f84709157e12926b
treeeb679a2f19a0d140c4c66f2fa0466b4b77836285
parenta9ee4be9a5b1b4cae7441888eba03e1c8a1faa59
Fix complete breakage of ddl_filename on certain paths

The careless regex substitution was a poor choice, which became evident when
the db file switched to pid-postfixed names. The result was that tests
upgrading from v1.0 to 2.0 would completely obliterate a path ending with
/2\d0$/
Changes
lib/DBIx/Class/Schema.pm