X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=Makefile.PL;h=dd135d8b34f94ab461f681a9eb206e3a4183e0e6;hb=4525552d8887e063ea8e4b1ef3f54097dbd7e36f;hp=20c7a46b842bf2e7b1e9b705275f387f99da5f5c;hpb=d3841a7816c3e170f292ced4a5818ab252574300;p=perl%2Fmodules%2FRegexp-Wildcards.git diff --git a/Makefile.PL b/Makefile.PL index 20c7a46..dd135d8 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -9,9 +9,14 @@ WriteMakefile( VERSION_FROM => 'lib/Regexp/Wildcards.pm', ABSTRACT_FROM => 'lib/Regexp/Wildcards.pm', PL_FILES => {}, - PREREQ_PM => { - 'Test::More' => 0, + PREREQ_PM => { + 'Exporter' => 0, + 'Test::More' => 0, + 'Text::Balanced' => 0, + }, + dist => { + PREOP => 'pod2text lib/Regexp/Wildcards.pm > $(DISTVNAME)/README', + COMPRESS => 'gzip -9f', SUFFIX => 'gz' }, - dist => { COMPRESS => 'gzip -9f', SUFFIX => 'gz', }, clean => { FILES => 'Regexp-Wildcards-*' }, );