Paul Marquess wrote:
From: John E. Malmberg [mailto:[EMAIL PROTECTED]
I finally got a download of 2.00_03, and I have locally patched vms.c to
fix the fstat()/Perl_cando() issue.
So here are the results.
I probably will not have time to investigate the failure tonight as I
need to submit the patch to vms.c.
ext/Compress/Zlib/t/16oneshot.t fails at 1460 and dies.
not ok 1460 - Compressed ok
# Failed test ([-.ext.compress.zlib.t]16oneshot.t at line 729)
# input file 't/tmpdir1/a1.tmp' does not exist
It appears something is wrong with glob() on VMS.
glob("./tmpdir/a*.tmp") is returning "t/tmpdir/a1.tmp" when the current
working directory is "t".
I will need to chase that down.
glob("tmpdir/a*.tmp") is returning "tmpdir/a1.tmp" as expected.
-John
[EMAIL PROTECTED]
Personal Opinion Only