Charles Lane <[EMAIL PROTECTED]> wrote:
> 
> Test 8 is more subtle...when you specify flags to the File::Glob:glob
> function, it completely ignores its DEFAULT_FLAGS...in particular, you
> lose the GLOB_NOCASE flag, that you *really* *need* on VMS.

We could make a case for forcing GLOB_NOCASE always under VMS.  It does remove
one of the documented options, but since readdir will always return lower
case filespecs, it's not useful, and it does create protability problems
as with this test.

Regards,
Charles  Bailey  [EMAIL PROTECTED]

Reply via email to