I'm not seeing the hangs that Peter is seeing, but I do see one MakeMaker failure in 
[EMAIL PROTECTED] on OpenVMS Alpha 7.2-1:

$ perl [-.lib.extutils.t]command.t      
1..27
ok 1 - use ExtUtils::Command;
not ok 2 - found one file
#     Failed test ([-.lib.extutils.t]command.t at line 54)
#          got: '2'
#     expected: '1'

There are two files because the t/ directory has a file called 'base' and also a 
directory called 'base' (or, on VMS 'base.DIR').  If I understand how the test is 
working, it seems a bit vulnerable to whatever happens to be first in the alphabet in 
the test directory.  If another test, for example, created aatmp.1 and aatmp.2 and 
failed to clean them up, these would both get picked up in the wildcard expansion.


Reply via email to