X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=Makefile.PL;h=533f27d7ec3f82665a3d000d300c2d1d84d40320;hb=2bade59206c8f2bd2ed64e1faa8b10cc9109b734;hp=0a724577b46dd511f1c5178330c03eb1cf1c042b;hpb=2654b60d8ddf2eb25c51e22634461ec65616bb98;p=perl%2Fmodules%2FScalar-Vec-Util.git diff --git a/Makefile.PL b/Makefile.PL index 0a72457..533f27d 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -125,14 +125,14 @@ WriteMakefile( C => \@C, @DEFINES, PREREQ_PM => \%PREREQ_PM, - MIN_PERL_VERSION => 5.006, + MIN_PERL_VERSION => '5.006', META_MERGE => \%META, dist => { - PREOP => "pod2text $file > \$(DISTVNAME)/README", + PREOP => "pod2text -u $file > \$(DISTVNAME)/README", COMPRESS => 'gzip -9f', SUFFIX => 'gz' }, clean => { - FILES => "$dist-* *.gcov *.gcda *.gcno cover_db Debian_CPANTS.txt" + FILES => "$dist-* *.gcov *.gcda *.gcno cover_db Debian_CPANTS.txt*" }, );