projects
/
p5sagit/strictures.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
38667ee
)
CPAN's configure_requires support never worked until 1.94_55
Graham Knop [Mon, 6 Jan 2014 13:09:27 +0000 (08:09 -0500)]
Makefile.PL
patch
|
blob
|
blame
|
history
diff --git
a/Makefile.PL
b/Makefile.PL
index
6d98bf8
..
2d665e5
100644
(file)
--- 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(