From: Graham Knop Date: Mon, 6 Jan 2014 13:09:27 +0000 (-0500) Subject: CPAN's configure_requires support never worked until 1.94_55 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=2f15668a32981b238cdd2bc75a396f99f2e8583c;p=p5sagit%2Fstrictures.git CPAN's configure_requires support never worked until 1.94_55 --- diff --git a/Makefile.PL b/Makefile.PL index 6d98bf8..2d665e5 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -44,8 +44,7 @@ my $support_configure_requires = $ENV{PERL5_CPANM_IS_RUNNING} || !$ENV{PERL5_CPAN_IS_RUNNING} || ! eval { require CPAN } - || $CPAN::VERSION > 1.94_55 - || $CPAN::VERSION > 1.91_51 && $CPAN::VERSION < 1.93_51; + || $CPAN::VERSION > 1.94_55; WriteMakefile(