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