]> git.vpit.fr Git - perl/modules/Variable-Magic.git/commitdiff
Disable the Win32 AS Perl workaround for now, as it doesn't seem to be relevant for...
authorVincent Pit <vince@profvince.com>
Tue, 20 Jan 2009 20:09:29 +0000 (21:09 +0100)
committerVincent Pit <vince@profvince.com>
Tue, 20 Jan 2009 20:09:29 +0000 (21:09 +0100)
Makefile.PL

index 136c3c77ed2a6a934ba7ca57117729dfcd7e85a5..9399f6922c00a924ccc21bb15814f3a13c074d38 100644 (file)
@@ -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';
   }
  }
 }