diff options
Diffstat (limited to 'write_buildcustomize.pl')
-rw-r--r-- | write_buildcustomize.pl | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/write_buildcustomize.pl b/write_buildcustomize.pl index 68e300f9ea..cf56e332f1 100644 --- a/write_buildcustomize.pl +++ b/write_buildcustomize.pl @@ -87,7 +87,6 @@ print $fh <<"EOT" or $error = "Can't print to $file: $!"; # We are miniperl, building extensions # Replace the first entry of \@INC ("lib") with the list of # directories we need. -${\($^O eq 'MSWin32' ? '${^WIN32_SLOPPY_STAT} = 1;':'')} splice(\@INC, 0, 1, $inc); \$^O = '$osname'; __END__ |