Stas Bekman wrote: > [EMAIL PROTECTED] wrote: > >> geoff 2004/11/03 12:37:22 >> >> Modified: perl-framework/Apache-Test/lib/Apache TestMM.pm >> Log: >> reverting to 1.41 - apparently the conditional assignment borks win32 > > >> return $preamble . <<'EOF' . $cover; >> -TEST_VERBOSE ?= 0 >> +TEST_VERBOSE = 0 > > > why not if (WIN32) {} then?
do win32 environments add some magic WIN32 environment variable I can check in the Makefile? if they do and we can work around them that's cool with me. --Geoff