Subject: | $^X should be quoted when used in qx() |
Hi,
Tests 13 (perl_is_same) and 17 (perl_inc) are failing because my Perl is installed under “c:\program files (x86)”. The two methods invoke qx($perl ...), resulting in the following error:
'C:\Program' is not recognized as an internal or external command, operable program or batch file.
Please invoke as qx("$perl" ...) instead.
Thanks,
Sam