X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2FTask-Devel-Cover-Recommended.git;a=blobdiff_plain;f=Makefile.PL;h=8c5b2dad3bdbd9693a4fcb4182542fa1349b7ec1;hp=3770d90c462f13781e53b4f5dd20f6cc62b8dc45;hb=3e65b0246c19b1cdc389287931cc092ec1d68b57;hpb=2a21a426b896eca2c5be843f178467d4409b969c diff --git a/Makefile.PL b/Makefile.PL index 3770d90..8c5b2da 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -17,22 +17,24 @@ my $CONFIGURE_PREREQS = { my $BUILD_PREREQS = { 'ExtUtils::MakeMaker' => '0', - 'Test::Differences' => '0', 'Test::More' => '0', - 'Test::Warn' => '0', }; my $RUN_PREREQS = { 'Browser::Open' => '0', + 'Capture::Tiny' => '0', + 'Class::XSAccessor' => '0', 'Digest::MD5' => '0', 'JSON::PP' => '0', + 'Moo' => '0', 'PPI::HTML' => '1.07', 'Parallel::Iterator' => '0', 'Pod::Coverage' => '0.06', 'Pod::Coverage::CountParents' => '0', 'Storable' => '0', 'Template' => '2.00', - 'Devel::Cover' => '0.93', + 'namespace::clean' => '0', + 'Devel::Cover' => '1.20', }; my %META = ( @@ -40,7 +42,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 +56,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,