On Thu, Jan 22, 2009 at 10:22:17AM -0500, Peter Prymmer wrote: > John Malmberg <wb8...@gmail.com> 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