Subject: | Depends on File::Path 2.06_05 (or so) |
I just tried to upgrade and got this when running tests:
DBIx::Class::Schema::connect(): No arguments to load_classes and couldn't load
DBIx::Class::Storage::DBI (DBIx::Class::Schema::throw_exception(): "make_path" is not exported
by the File::Path module
Looks like i had an old version of File::Path installed. Installing a modern one corrected the
problem. Looks like make_path() was added around 2.06_05-ish, so probably need to add a
dependency on File::Path 2.07 or so.