X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=Makefile.PL;h=a4f574667cb4bee29d03a23954df728e1d6f7ceb;hb=addf5498116d3d0429a1fd72adcc094847004803;hp=065172c8a5bf6f067a1a9fb5e067f3f38bbae1ed;hpb=e531c89b3ecbc5d58156f71c5324f5f253459864;p=perl%2Fmodules%2FB-RecDeparse.git diff --git a/Makefile.PL b/Makefile.PL index 065172c..a4f5746 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -1,3 +1,5 @@ +use 5.008; + use strict; use warnings; use ExtUtils::MakeMaker; @@ -25,11 +27,12 @@ WriteMakefile( ABSTRACT_FROM => 'lib/B/RecDeparse.pm', PL_FILES => {}, PREREQ_PM => { - 'Carp' => 0, - 'B::Deparse' => 0 + 'B::Deparse' => 0, + 'Config' => 0, + 'Carp' => 0 }, dist => { - PREOP => 'pod2text lib/Variable/Magic.pm > $(DISTVNAME)/README; ' + PREOP => 'pod2text lib/B/RecDeparse.pm > $(DISTVNAME)/README; ' . build_req, COMPRESS => 'gzip -9f', SUFFIX => 'gz' },