Subject: | Missing prerequisite in Tie::IxHash v1.23 - Test::More |
Date: | Tue, 28 Oct 2014 13:15:19 +1030 |
To: | bug-Tie-IxHash [...] rt.cpan.org |
From: | Andrew Speer <andrew [...] isolutions.com.au> |
Hello,
Building of Tie::IxHash 1.23 on a base RHEL6 box fails because Test::More
is not installed by default, and Tie::IxHash Makefile.PL does not spec it
as a prerequisite:
CPAN.pm: Going to build C/CH/CHORNY/Tie-IxHash-1.23.tar.gz
Checking if your kit is complete...
Looks good
Writing Makefile for Tie::IxHash
cp lib/Tie/IxHash.pm blib/lib/Tie/IxHash.pm
Manifying blib/man3/Tie::IxHash.3pm
CHORNY/Tie-IxHash-1.23.tar.gz
/usr/bin/make -- OK
Running make test
PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e"
"test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/each-delete.t .. Can't locate Test/More.pm in @INC (@INC contains:
/root/.cpan/build/Tie-IxHash-1.23-mMtA5g/blib/lib
/root/.cpan/build/Tie-IxHash-1.23-mMtA5g/blib/arch /opt/perl5lib
/root/perl5lib /opt/perl5lib /root/perl5lib /usr/local/lib64/perl5
/usr/local/share/perl5 /usr/lib64/perl5/vendor_perl
/usr/share/perl5/vendor_perl /usr/lib64/perl5 /usr/share/perl5 .) at
t/each-delete.t line 3.
BEGIN failed--compilation aborted at t/each-delete.t line 3.
t
Appreciate if you could add it to Makefile.PL as a prereq to facilitate
automated CPAN installs:
PREREQ_PM => {
'Test::More' => 0,
},
Thanks, Andrew