Re: glob() on VMS totally different than Unix.

[email protected] (Nicholas Clark)
Newsgroups perl.perl5.porters,perl.vmsperl
Message-ID <[email protected]>
On Thu, Jan 22, 2009 at 10:22:17AM -0500, Peter Prymmer wrote:
> John Malmberg <[email protected]> wrote on 01/22/2009 10:03:16 AM:
> 
> > Based on that, the Module::Build component that is using glob needs to 
> > be changed to use File::Glob::glob instead.
> 
> How about changing Module::Build to use C<opendir()>, C<readdir()>, and 
> C<closedir()> as recommended in perlport.pod?

Isn't an explicit call to File::Glob::glob also (implicitly) going to use
opendir() etc in a consistent fashion, on all platforms on which the XS is
compiled?

Nicholas Clark
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.