From: John E. Malmberg [mailto:[EMAIL PROTECTED]
> Paul Marquess wrote: > > > > According to your previous post that means that the only thing left > failing > > is one test in globmapper.t > > > > ext/Compress/Zlib/t/globmapper.t 68 of 69 ok > > That was a typo, there are only 68 tests in globmapper and they are all > working for me on VMS now. Good stuff. Did you have to make any changes to globmapper.t? It passes "./" to glob and it uses "[]" to mean a character class, not a VMS directory. The big difference between globmapper.t and 16oneshot.t is that all tests in globmapper will use csh_glob whilst the tests in 16oneshot will trigger both glob and csh_glob. Does VMS use File::Glob behind the scenes for glob like Unix-land? Paul