X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=Makefile.PL;fp=Makefile.PL;h=5f7416f52c566dd286c0e92f701090de41b2afaf;hb=f1ae3d774418c9751bfe91d2a268c41c92deb551;hp=0e704222e55ffc1c1da36361f0140e8bff3b0e14;hpb=d9057b72557cf2684582e3d13c59d019304d1e63;p=perl%2Fmodules%2FTest-Valgrind.git diff --git a/Makefile.PL b/Makefile.PL index 0e70422..5f7416f 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -41,6 +41,8 @@ if ($has_cc) { print "none\n"; } +my $dist = 'Test-Valgrind'; + my %PREREQ_PM = ( 'Carp' => 0, 'Digest::MD5' => 0, @@ -62,8 +64,6 @@ my %PREREQ_PM = ( 'version' => 0, ); -my $dist = 'Test-Valgrind'; - my %META = ( configure_requires => { 'File::Spec' => 0,