Greg Wright wrote:
> Hi,
>
> I just downloaded VMSPERL 5.6. The compile went OK but the test revealed
> the following errors:
>
> [.lib]glob-basic........FAILED on test 3
>
> $ perl glob-basic.t
> 1..9
> ok 1
> ok 2
> not ok 3
> # []
> not ok 4
> ok 5
> ok 6 # skipped
> ok 7
> not ok 8
> ok 9
>
> Is this something I need to worry about? If so how do I fix it? Any help
> is much appreciated.
No this is not something to worry about for VMS perl. The 5.6.0 release
of perl is the first with a new File::Glob module that gets called
automatically when you do glob() from within perl, with the exception
of those platforms that #ifdef that out. VMS is one such platform since
the globbing syntax differs a bit from the unix syntax. The tests were
written for a more unix like glob environment. There has been a patch
posted to this list to rewrite the test to avoid trouble on VMS, but
it would have to be applied by hand.
Peter Prymmer