X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2FVariable-Temp.git;a=blobdiff_plain;f=Makefile.PL;fp=Makefile.PL;h=3391e24f7362ba0ce82f06d4828c55cb2b881397;hp=93f9b639a02afa770e07ce1db754759924003099;hb=ff85c569554967a354f1b6d113312fb2899af564;hpb=82a9214ead460768b5f3d77ea1f58badafc7b00c diff --git a/Makefile.PL b/Makefile.PL index 93f9b63..3391e24 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -12,10 +12,11 @@ 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, + 'Test::More' => 0, + 'Variable::Magic' => '0.51', + 'base' => 0, ); my %BUILD_REQUIRES = (