Subject: | make test warning in CPAN 1.74: missing use Test::More |
Hello,
Just upgraded to 1.74 and I'm getting this warning when running make test:
Running make test
PERL_DL_NONLAZY=1 /opt/i386-linux/installed/perl-5.8.0/bin/perl5.8.0 "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/loadme........ok
t/mirroredby....ok
t/Nox...........ok
t/signature.....Undefined subroutine &main::skip called at t/signature.t line 7.
t/signature.....dubious
Test returned status 2 (wstat 512, 0x200)
DIED. FAILED test 1
Failed 1/1 tests, 0.00% okay
t/vcmp..........ok
Failed Test Stat Wstat Total Fail Failed List of Failed
-------------------------------------------------------------------------------
t/signature.t 2 512 1 2 200.00% 1
Failed 1/5 test scripts, 80.00% okay. 1/46 subtests failed, 97.83% okay.
I don't have Module::Signature installed. Shouldn't there be a
'use Test::More' in t/signature.t.
Best,
Blair