Subject: | Undeclared dependency on SQL::Translator |
I've got a fail message:
DBIx::Class::Schema::deploy(): Can't deploy without a ddl_dir or
SQL::Translator >= 0.11006 (see DBIx::Class::Optional::Dependencies for
details) at t/02-insert_and_update.t line 12
# Looks like your test exited with 2 before it could output anything.
t/02-insert_and_update.t ..
Dubious, test returned 2 (wstat 512, 0x200)
Failed 7/7 subtests
That is similar to http://www.cpantesters.org/cpan/report/10819604
After installing SQL::Translator all tests passed.
I'd say, if tests are failing due to it, then it is a dependency. Or the
test must be written more forgiving.
HTH, Thanks && Regards,