summaryrefslogtreecommitdiffstats
path: root/Configure
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2017-08-03 17:19:13 +0200
committerRichard Levitte <levitte@openssl.org>2017-08-03 17:21:15 +0200
commitef6d11f76fba7c9d4da821947f67acc5d603b99d (patch)
tree0a3101e8916ffb53491f45438a9a882159467dd2 /Configure
parent89fb0fb2a5391bd6cfd78bd201616ee68b5f5d34 (diff)
Revert "Perl: Use File::Glob::bsd_glob rather than File::Glob::glob"
This needs more change that what is appropriate for the 1.1.0 branch. This reverts commit 0401110073cd392602855f9b72af2ebec7909625. Reviewed-by: Andy Polyakov <appro@openssl.org>
Diffstat (limited to 'Configure')
-rwxr-xr-xConfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/Configure b/Configure
index 8e1b25f897..33d23921a8 100755
--- a/Configure
+++ b/Configure
@@ -14,7 +14,7 @@ use strict;
use File::Basename;
use File::Spec::Functions qw/:DEFAULT abs2rel rel2abs/;
use File::Path qw/mkpath/;
-use if $^O ne "VMS", 'File::Glob' => qw/:bsd_glob/;
+use if $^O ne "VMS", 'File::Glob' => qw/glob/;
# see INSTALL for instructions.