From: Vincent Pit Date: Tue, 20 Jan 2009 20:09:29 +0000 (+0100) Subject: Disable the Win32 AS Perl workaround for now, as it doesn't seem to be relevant for... X-Git-Tag: v0.28~17 X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2FVariable-Magic.git;a=commitdiff_plain;h=76aca5af738faefb781bfd6b5b50ac7eb5a33af8 Disable the Win32 AS Perl workaround for now, as it doesn't seem to be relevant for the official PPM repository --- diff --git a/Makefile.PL b/Makefile.PL index 136c3c7..9399f69 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -31,7 +31,6 @@ if ($^O eq 'MSWin32' && $^V ge v5.8.7 && $^V lt v5.8.9) { } and do { if (defined &Win32::BuildNumber) { $is_as = 1; - push @DEFINES, '-DVMG_COMPAT_ARRAY_PUSH_NOLEN=1'; } } }