Subject: | ExtUtils::MakeMaker error in Makefile.PL |
Hello,
I was installing this module and saw the warning show up. While it
wasn't blocking the install I thought it worthwhile to report.
Looking at other modules, it seems like the "correct" way to check for
EUMM version is:
unless ( eval { ExtUtils::MakeMaker->VERSION(6.56) } ) {
Running [/usr/bin/perl /usr/local/bin/cpanp-run-perl
/root/.cpanplus/5.10.1/build/Perl-Critic-Nits-v1.0.0/Makefile.PL
INSTALLDIRS=site]...
Argument "6.55_02" isn't numeric in numeric gt (>) at
/root/.cpanplus/5.10.1/build/Perl-Critic-Nits-v1.0.0/Makefile.PL line 5.
Checking if your kit is complete...
Looks good
Writing Makefile for Perl::Critic::Nits
Running [/usr/bin/make]...
--
~Apocalypse