Subject: | [patch] Makefile.PL |
Requires ExtUtils::MakeMaker 6.48 for author.
--
Alexandr Ciornii, http://chorny.net
Subject: | Makefile.PL.patch |
--- Makefile.PL.dist 2008-03-01 19:20:13.000000000 +0200
+++ Makefile.PL 2009-02-12 13:49:41.937500000 +0200
@@ -7,9 +7,6 @@
VERSION_FROM => 'lib/WWW/CPAN.pm',
PREREQ_PM => {
- 'strict' => 0,
- 'warnings' => 0,
-
# 'LWP::UserAgent' => 0,
'LWP::UserAgent::Determined' => 0,
'URI' => 0,
@@ -28,7 +25,7 @@
'Path::Class' => 0,
'Pod::Usage' => 0,
- 'Test::More' => 0,
+ 'Test::More' => 0.17, #can_ok
},
# recommends => {
@@ -38,5 +35,8 @@
LICENSE => 'perl',
AUTHOR => 'Adriano R. Ferreira <ferreira@cpan.org>',
ABSTRACT_FROM => 'lib/WWW/CPAN.pod',
+ ($ExtUtils::MakeMaker::VERSION ge '6.48'?
+ ('MIN_PERL_VERSION' => 5.008,
+ 'META_MERGE' => {'configure_requires'=>{'ExtUtils::MakeMaker' => 6.31,}}, ) : ()),
);