Fix random failures in CPANPLUS tests on Win32
authorSteve Hay <SteveHay@planit.com>
Wed, 13 Jun 2007 17:12:21 +0000 (17:12 +0000)
committerSteve Hay <SteveHay@planit.com>
Wed, 13 Jun 2007 17:12:21 +0000 (17:12 +0000)
commitc1ceaa19a46ac25e483b6f0671eb3e41d265e367
tree135804bcf693402bf3dc4603e95319ac28bd5601
parentbbd28cb96592f194116c06bc22fdf126b5a36d23
Fix random failures in CPANPLUS tests on Win32

The failures were a result of calling Win32::GetShortPathName with
the program argument " /nologo" appended to the path. Program
arguments should not be passed to Win32::GetShortPathName.

(The randomness occurred because random garbage was being produced
due to a separate bug in that Win32 function, for which a fix is
forthcoming...).

p4raw-id: //depot/perl@31371
lib/CPANPLUS/Config.pm