in reply to Re: MakeMaker and multiple test directories
in thread MakeMaker and multiple test directories

Perl's standard glob function seems to work fine for me?

Looking at the bug report again, it seems I may have misinterpreted it -- it looks like the limitation is not with the Perl glob() function. Instead, the problem is that MakeMaker ends up passing the the pattern to the test script on the command line, such that it's the Windows command shell that's responsible for the wildcard matching, not Perl's glob().

Good catch, and I'll update my original post. (If I can figure out how to do so...)

  • Comment on Re: Re: MakeMaker and multiple test directories