Subject: | $expected->{Device::SerialPort} = Does not exist |
I see this test failure when trying to build Module::Depends:
CPAN.pm: Going to build R/RC/RCLAMP/Module-Depends-0.14.tar.gz
Checking if your kit is complete...
Looks good
Writing Makefile for Module::Depends
cp lib/Module/Depends.pm blib/lib/Module/Depends.pm
cp lib/Module/Depends/Intrusive.pm blib/lib/Module/Depends/Intrusive.pm
Manifying blib/man3/Module::Depends.3
Manifying blib/man3/Module::Depends::Intrusive.3
RCLAMP/Module-Depends-0.14.tar.gz
make -- OK
Running make test
PERL_DL_NONLAZY=1 /home/cpanfly/ap1003/bin/perl-static
"-MExtUtils::Command::MM" "-e" "test_harness(1, 'blib/lib', '
blib/arch')" t/*.t
t/depends....
1..18
ok 1 - require Module::Depends;
ok 2 - require Module::Depends::Intrusive;
ok 3
ok 4 - The object isa Module::Depends::Intrusive
ok 5 - got our own requires
ok 6 - got our own build_requires
ok 7 - got other (makemaker) requires
ok 8 - fails on not existing dir
ok 9 - fails on empty dir
ok 10 - use Module::Build VERSION; no longer trips us up
ok 11 - got our own requires, non-intrusively
ok 12 - got our own requires, non-intrusively, from a distance
ok 13 - use Inline::MakeMaker; no longer trips us up
ok 14 - Module::Install no go boom
ok 15 - Module::Install build_requires
ok 16 - Module::Install requires
not ok 17 - Template::Extract Module::Install requires
ok 18 - odd outcome use of FindBin
# Failed test 'Template::Extract Module::Install requires'
# at t/depends.t line 96.
# Structures begin differing at:
# $got->{Device::SerialPort} = '0'
# $expected->{Device::SerialPort} = Does not exist
# Looks like you failed 1 test of 18.
Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/18 subtests
Test Summary Report
-------------------
t/depends (Wstat: 256 Tests: 18 Failed: 1)
Failed test: 17
Non-zero exit status: 1
Files=1, Tests=18, 0 wallclock secs ( 0.00 usr 0.01 sys + 0.17 cusr
0.05 csys = 0.23 CPU)
Result: FAIL
Failed 1/1 test programs. 1/18 subtests failed.
make: *** [test_dynamic] Error 1
RCLAMP/Module-Depends-0.14.tar.gz
make test TEST_VERBOSE=1 -- NOT OK