]> git.vpit.fr Git - perl/modules/Task-Devel-Cover-Recommended.git/blobdiff - Makefile.PL
Update to Devel::Cover 1.08
[perl/modules/Task-Devel-Cover-Recommended.git] / Makefile.PL
index 3770d90c462f13781e53b4f5dd20f6cc62b8dc45..98066ba96a0d99826347a22cb7d897089f195854 100644 (file)
@@ -17,7 +17,6 @@ my $CONFIGURE_PREREQS = {
 
 my $BUILD_PREREQS = {
  'ExtUtils::MakeMaker' => '0',
- 'Test::Differences'   => '0',
  'Test::More'          => '0',
  'Test::Warn'          => '0',
 };
@@ -32,7 +31,7 @@ my $RUN_PREREQS = {
  'Pod::Coverage::CountParents' => '0',
  'Storable'                    => '0',
  'Template'                    => '2.00',
- 'Devel::Cover'                => '0.93',
+ 'Devel::Cover'                => '1.08',
 };
 
 my %META = (
@@ -40,7 +39,7 @@ my %META = (
  build_requires     => $BUILD_PREREQS,
  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",
@@ -54,6 +53,7 @@ WriteMakefile(
  VERSION_FROM     => $file,
  ABSTRACT_FROM    => $file,
  PL_FILES         => {},
+ BUILD_REQUIRES   => $BUILD_PREREQS,
  PREREQ_PM        => $RUN_PREREQS,
  MIN_PERL_VERSION => '5.008002',
  META_MERGE       => \%META,