X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2FAcme-CPANAuthors-You-re_using.git;a=blobdiff_plain;f=Makefile.PL;h=e651c6580276a3b648a956041a564fb80b38d774;hp=dee8b2d04913d75ed6b3996557bbf790b6510851;hb=fac421d5bc5a5d45841eef56a7975efec8c57115;hpb=27f259be3b5d89e23f7e6e882bd3d8310eaf9d3e diff --git a/Makefile.PL b/Makefile.PL index dee8b2d..e651c65 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -10,7 +10,7 @@ my $dist = 'Acme-CPANAuthors-You-re_using'; $file = "lib/$file.pm"; my %PREREQ_PM = ( - 'Acme::CPANAuthors' => 0, + 'Acme::CPANAuthors' => '0.09', 'Carp' => 0, 'ExtUtils::Installed' => '1.999', ); @@ -20,7 +20,6 @@ my %META = ( 'ExtUtils::MakeMaker' => 0, }, build_requires => { - 'Acme::CPANAuthors' => 0, 'ExtUtils::MakeMaker' => 0, 'Test::More' => 0, %PREREQ_PM,