X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=Makefile.PL;h=f76dda4b2e08f085026b7a324d88e9d0a26d2f70;hb=0f6f5717615db7019992273892a3360bfcc5ca7f;hp=21d751876aaf85a504765fa75bd4d9ba875f718c;hpb=77a84f75f33e3ee44e61182dec76699e23025375;p=perl%2Fmodules%2FVariable-Magic.git diff --git a/Makefile.PL b/Makefile.PL index 21d7518..f76dda4 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -1,3 +1,5 @@ +use 5.007003; + use strict; use warnings; use ExtUtils::MakeMaker; @@ -10,9 +12,10 @@ WriteMakefile( ABSTRACT_FROM => 'lib/Variable/Magic.pm', PL_FILES => {}, PREREQ_PM => { - 'Carp' => 0, + 'Carp' => 0, + 'Exporter' => 0, 'Test::More' => 0, - 'constant' => 0 + 'XSLoader' => 0 }, dist => { PREOP => 'pod2text lib/Variable/Magic.pm > $(DISTVNAME)/README',