From: Nikola Knezevic Date: Tue, 14 Aug 2001 22:30:11 +0000 (+0200) Subject: fixing SDBM_File problems under win32 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=b45292c6482400eb775bd9f7db88e431e8adad0e;p=p5sagit%2Fp5-mst-13.2.git fixing SDBM_File problems under win32 Message-ID: <4224685483.20010814223011@tesla.rcub.bg.ac.yu> Combination of nmake, quoting, and Perl expanded $( in here-doc. p4raw-id: //depot/perl@11672 --- diff --git a/ext/SDBM_File/Makefile.PL b/ext/SDBM_File/Makefile.PL index 132bdad..0e26609 100644 --- a/ext/SDBM_File/Makefile.PL +++ b/ext/SDBM_File/Makefile.PL @@ -24,7 +24,7 @@ sub MY::postamble { if ($^O =~ /MSWin32/ && Win32::IsWin95()) { if ($Config{'make'} =~ /dmake/i) { # dmake-specific - return <