Perl: Use File::Glob::bsd_glob rather than File::Glob::glob
[oweals/openssl.git] / test / build.info
index 2e8775e44fdf4e140e65561cbaf6191e7dfe88ab..a73e6caec09c96209fd2c2312c42cf8466e063c5 100644 (file)
@@ -450,7 +450,7 @@ ENDIF
 {-
    use File::Spec::Functions;
    use File::Basename;
-   use if $^O ne "VMS", 'File::Glob' => qw/glob/;
+   use if $^O ne "VMS", 'File::Glob' => qw/:bsd_glob/;
 
    my @nogo_headers = ( "asn1_mac.h",
                         "__decc_include_prologue.h",