X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=Makefile.PL;h=f2871215e36016a0f3030c1ffdbb2063ea354f8d;hb=14f66d40970bef63105be046a109c1a32859a8a0;hp=d754ae32d856f962942c59711d1b84f13db04c3f;hpb=8556481280524737222300317146a23b801f6be0;p=perl%2Fmodules%2FVariable-Magic.git diff --git a/Makefile.PL b/Makefile.PL index d754ae3..f287121 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -10,8 +10,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',