]> git.vpit.fr Git - perl/modules/Scope-Context.git/blobdiff - Makefile.PL
Update VPIT::TestHelpers to 15e8aee3
[perl/modules/Scope-Context.git] / Makefile.PL
index f2386d908bfb5b297da79d8b8ab47ea153ce6f20..18e7a18da1f745947967cbcea3024b10b242e8ec 100644 (file)
@@ -12,8 +12,10 @@ my $dist = 'Scope-Context';
 $file = "lib/$file.pm";
 
 my %PREREQ_PM = (
+ 'Carp'         => 0,
  'Scope::Upper' => '0.21',
  'Scalar::Util' => 0,
+ 'overload'     => 0,
 );
 
 my %BUILD_REQUIRES = (
@@ -31,7 +33,7 @@ my %META = (
  },
  dynamic_config => 0,
  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",
@@ -47,7 +49,7 @@ WriteMakefile(
  PL_FILES         => {},
  BUILD_REQUIRES   => \%BUILD_REQUIRES,
  PREREQ_PM        => \%PREREQ_PM,
- MIN_PERL_VERSION => 5.006,
+ MIN_PERL_VERSION => '5.006',
  META_MERGE       => \%META,
  dist             => {
   PREOP    => "pod2text -u $file > \$(DISTVNAME)/README",