X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;ds=sidebyside;f=Makefile.PL;h=f2871215e36016a0f3030c1ffdbb2063ea354f8d;hb=017450c5da83c82c9149b5170c757ce03679b9a9;hp=21d751876aaf85a504765fa75bd4d9ba875f718c;hpb=77a84f75f33e3ee44e61182dec76699e23025375;p=perl%2Fmodules%2FVariable-Magic.git diff --git a/Makefile.PL b/Makefile.PL index 21d7518..f287121 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -10,9 +10,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',