X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2Fre-engine-Plugin.git;a=blobdiff_plain;f=Makefile.PL;h=dc624de411e5e0c04d359fa724d7cd2aefb968ad;hp=9114d74d8d8860d8636c05a11a090b32d39e6725;hb=44719418257750872159c9c8a2942518c8460fe5;hpb=0a26bb24ee087faf683f84504a16f5e6c3f9fe06 diff --git a/Makefile.PL b/Makefile.PL index 9114d74..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'; }