]> 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 e02d953bfa7345d49a1026e9df5d3e0e99948133..dd135d8b34f94ab461f681a9eb206e3a4183e0e6 100644 (file)
@@ -9,10 +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                => { COMPRESS => 'gzip -9f', SUFFIX => 'gz', },
+    dist                => {
+        PREOP => 'pod2text lib/Regexp/Wildcards.pm > $(DISTVNAME)/README',
+        COMPRESS => 'gzip -9f', SUFFIX => 'gz'
+    },
     clean               => { FILES => 'Regexp-Wildcards-*' },
 );