X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2FVariable-Temp.git;a=blobdiff_plain;f=Makefile.PL;h=957dcb6caa49665d3d72f313686481a26242aa03;hp=93f9b639a02afa770e07ce1db754759924003099;hb=HEAD;hpb=4e16d31366a5659d17e1962fcf1a3507601e22b1 diff --git a/Makefile.PL b/Makefile.PL index 93f9b63..957dcb6 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -12,10 +12,10 @@ my $dist = 'Variable-Temp'; $file = "lib/$file.pm"; my %PREREQ_PM = ( - 'Exporter' => 0, - 'Scope::Upper' => 0, - 'Test::More' => 0, - 'base' => 0, + 'Exporter' => 0, + 'Scope::Upper' => 0, + 'Variable::Magic' => '0.51', + 'base' => 0, ); my %BUILD_REQUIRES = (