Perl: Use File::Glob::bsd_glob rather than File::Glob::glob
[openssl.git] / util / process_docs.pl
index 5db78d85f226058882cfa457ee5ee6331ed077b3..49176ad30bc97b0eb7a841f38e78d479909c3e0a 100644 (file)
@@ -13,7 +13,7 @@ use File::Spec::Functions;
 use File::Basename;
 use File::Copy;
 use File::Path;
-use if $^O ne "VMS", 'File::Glob' => qw/glob/;
+use if $^O ne "VMS", 'File::Glob' => qw/:bsd_glob/;
 use Getopt::Long;
 use Pod::Usage;