X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=Makefile.PL;h=dc624de411e5e0c04d359fa724d7cd2aefb968ad;hb=1fc6cd8f496c252e5a93fbde4ee8ee02bfc30c17;hp=575ef6e93b8ce9f03bd10cfc5e5b7208f6745acb;hpb=bcaa53166c8c9a1fc732cca648469e93b959fa20;p=perl%2Fmodules%2Fre-engine-Plugin.git diff --git a/Makefile.PL b/Makefile.PL index 575ef6e..dc624de 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -7,7 +7,7 @@ use ExtUtils::MakeMaker; my @DEFINES; # Fork emulation got "fixed" in 5.10.1 -if ($^O eq 'MSWin32' && $^V lt v5.10.1) { +if ($^O eq 'MSWin32' && "$]" < 5.010_001) { push @DEFINES, '-DREP_FORKSAFE=0'; } @@ -48,10 +48,10 @@ WriteMakefile( PL_FILES => {}, @DEFINES, PREREQ_PM => \%PREREQ_PM, - MIN_PERL_VERSION => 5.010, + MIN_PERL_VERSION => '5.010', META_MERGE => \%META, dist => { - PREOP => 'pod2text Plugin.pod > $(DISTVNAME)/README', + PREOP => 'pod2text -u Plugin.pod > $(DISTVNAME)/README', COMPRESS => 'gzip -9f', SUFFIX => 'gz' }, clean => {