Subject: | Please add Test::Deep to Makefile.PL |
When installing via cpan, this module fails to install without force on
a system that does not already have Test::Deep. I beleive
t/version_storages/standard.t ............................ Can't locate
Test/Deep.pm in @INC (@INC contains: /home/bwarren/.cpan/build/DBIx-
Class-DeploymentHandler-0.001004-oa9gK7/blib/lib
/home/bwarren/.cpan/build/DBIx-Class-DeploymentHandler-0.001004-
oa9gK7/blib/arch /etc/perl /usr/local/lib/perl/5.10.1
/usr/local/share/perl/5.10.1 /usr/lib/perl5 /usr/share/perl5
/usr/lib/perl/5.10 /usr/share/perl/5.10 /usr/local/lib/site_perl .) at
t/version_storages/standard.t line 7.
BEGIN failed--compilation aborted at t/version_storages/standard.t line
7.
t/version_storages/standard.t ............................ Dubious, test
returned 2 (wstat 512, 0x200)
No subtests run
Test Summary Report
-------------------
t/version_storages/standard.t (Wstat: 512
Tests: 0 Failed: 0)
Non-zero exit status: 2
Parse errors: No plan found in TAP output
Files=14, Tests=197, 9 wallclock secs ( 0.10 usr 0.00 sys + 7.98 cusr
0.44 csys = 8.52 CPU)
Result: FAIL
Failed 1/14 test programs. 0/197 subtests failed.
make: *** [test_dynamic] Error 2
FREW/DBIx-Class-DeploymentHandler-0.001004.tar.gz
/usr/bin/make test -- NOT OK
//hint// to see the cpan-testers results for installing this module,
try:
reports FREW/DBIx-Class-DeploymentHandler-0.001004.tar.gz
Running make install
make test had returned bad status, won't install without force
Thanks,
Brian