]> git.vpit.fr Git - perl/modules/Test-Valgrind.git/commitdiff
Move $dist before %PREREQ_PM
authorVincent Pit <vince@profvince.com>
Sun, 4 Oct 2009 07:48:40 +0000 (09:48 +0200)
committerVincent Pit <vince@profvince.com>
Sun, 4 Oct 2009 07:48:40 +0000 (09:48 +0200)
Makefile.PL

index 0e704222e55ffc1c1da36361f0140e8bff3b0e14..5f7416f52c566dd286c0e92f701090de41b2afaf 100644 (file)
@@ -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,