Subject: | missing Test::NoWarnings for test suite |
$ perl -v
This is perl 5, version 16, subversion 2 (v5.16.2) built for darwin-thread-multi-2level
$ cpanm FLIMM/Geo-Calc-XS-0.27.tar.gz
t/03_properties.t fails with
Running Makefile.PL
WARNING: TEST_REQUIRES is not a known parameter.
Can't locate Test/NoWarnings.pm in @INC
The parameter got added in ExtUtils::MakeMaker 6.64 which I traced down to December 2012. Perl 5.16.2 got released in November 2012. My local version is 6.63_02.
Can you either
* move the dependency into PREREQ_PM
* specify a minimum Perl version
* add a dependency ExtUtils::MakeMaker 6.64
I installed the latest ExtUtils::MakeMaker (6.98) and then the installation ran fine.
http://cpants.cpanauthors.org/dist/Geo-Calc-XS also reports the Makefile.pl shouldn't be executable.
mtm