]> git.vpit.fr Git - perl/modules/Regexp-Wildcards.git/blobdiff - Makefile.PL
Importing Regexp-Wildcards-0.07.tar.gz
[perl/modules/Regexp-Wildcards.git] / Makefile.PL
index 20c7a46b842bf2e7b1e9b705275f387f99da5f5c..dd135d8b34f94ab461f681a9eb206e3a4183e0e6 100644 (file)
@@ -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-*' },
 );