X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=Makefile.PL;h=76ac727f900ffd5cafadaa2546c7a330d342aaee;hb=4eb87a8fd0eb06e0ee96c5da1ac84650388de60c;hp=cc205cb78a6f7369ed9e82eb3af02b66937d0fe8;hpb=9841725cf5a9594ab0f8af75af4e7fbd58847f51;p=perl%2Fmodules%2FVariable-Magic.git diff --git a/Makefile.PL b/Makefile.PL index cc205cb..76ac727 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -23,8 +23,8 @@ if (defined $pl && length $pl) { } my $is_as = 0; -print "Checking if this is Windows ActiveState 5.8.x... "; -if ($^O eq 'MSWin32' && $^V ge v5.8.7 && $^V lt v5.9.0) { +print "Checking if this is Windows ActiveState 5.8.[78]... "; +if ($^O eq 'MSWin32' && $^V ge v5.8.7 && $^V lt v5.8.9) { eval { require Win32; 1;