Skip Menu |

This queue is for tickets about the Perl-Critic-Nits CPAN distribution.

Report information
The Basics
Id: 68052
Status: new
Priority: 0/
Queue: Perl-Critic-Nits

People
Owner: Nobody in particular
Requestors: APOCAL [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: v1.0.0
Fixed in: (no value)



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