Perl: Use File::Glob::bsd_glob rather than File::Glob::glob
[openssl.git] / test / recipes / 99-test_fuzz.t
old mode 100755 (executable)
new mode 100644 (file)
index 75248ef..a0493a5
@@ -9,7 +9,7 @@
 use strict;
 use warnings;
 
-use if $^O ne "VMS", 'File::Glob' => qw/glob/;
+use if $^O ne "VMS", 'File::Glob' => qw/:bsd_glob/;
 use OpenSSL::Test qw/:DEFAULT srctop_file/;
 use OpenSSL::Test::Utils;