]> git.vpit.fr Git - perl/modules/Scope-Upper.git/blobdiff - Makefile.PL
Update VPIT::TestHelpers to 3c878c7c
[perl/modules/Scope-Upper.git] / Makefile.PL
index b86ec835e8d4ef45aa14f0c5e870c3e79eceea71..3860b5517b26ea2011c94e2374082b42b7a131a5 100644 (file)
@@ -1,4 +1,4 @@
-use 5.006;
+use 5.006_001;
 
 use strict;
 use warnings;
@@ -63,6 +63,7 @@ my %PREREQ_PM = (
 
 my %BUILD_REQUIRES = (
  'ExtUtils::MakeMaker' => 0,
+ 'Config'              => 0,
  'Test::More'          => 0,
  %PREREQ_PM,
 );
@@ -77,7 +78,7 @@ my %META = (
  },
  dynamic_config => 1,
  resources => {
-  bugtracker => "http://rt.cpan.org/NoAuth/ReportBug.html?Queue=$dist",
+  bugtracker => "http://rt.cpan.org/Dist/Display.html?Name=$dist",
   homepage   => "http://search.cpan.org/dist/$dist/",
   license    => 'http://dev.perl.org/licenses/',
   repository => "http://git.profvince.com/?p=perl%2Fmodules%2F$dist.git",
@@ -94,7 +95,7 @@ WriteMakefile(
  @DEFINES,
  BUILD_REQUIRES   => \%BUILD_REQUIRES,
  PREREQ_PM        => \%PREREQ_PM,
- MIN_PERL_VERSION => '5.006',
+ MIN_PERL_VERSION => '5.006001',
  META_MERGE       => \%META,
  dist             => {
   PREOP    => "pod2text -u $file > \$(DISTVNAME)/README",