This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Use bsd_glob() instead of glob().
authorJames E Keenan <jkeenan@cpan.org>
Wed, 17 Oct 2018 20:22:43 +0000 (16:22 -0400)
committerJames E Keenan <jkeenan@cpan.org>
Wed, 17 Oct 2018 22:38:00 +0000 (18:38 -0400)
commita15e41c213bf763e1770580fc3e0aa476070261f
treeca729d38793bb15c5f18e3a2157ab23fbe2cba47
parentfb1ab119d45424c20269bacd0dada91318c5515f
Use bsd_glob() instead of glob().

Two instances of glob() which run on MSWin32 were overlooked in commit
df8b709bfcaea9932dd434f18393bfcb4e3d5568.

Thanks to Christian Walde for Win32 smoke testing and assistance in diagnosis.
ext/File-Glob/t/case.t