Skip Menu |

This queue is for tickets about the DBIx-Class-Result-Validation CPAN distribution.

Report information
The Basics
Id: 65957
Status: resolved
Priority: 0/
Queue: DBIx-Class-Result-Validation

People
Owner: Nobody in particular
Requestors: ANDK [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 0.04
Fixed in: (no value)



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,
Thanks, This is patch on 0.05 version Nicolas Le Dim 20 Fév 2011 09:18:12, ANDK a écrit : Show quoted text
> 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,