Travis: update sanitizer configs
[openssl.git] / Configure
index 9e58fc133a72ef6995ef148bce93737fd7178706..020f2a148a3b14b3fa376270977a124a256f5e7c 100755 (executable)
--- a/Configure
+++ b/Configure
@@ -14,9 +14,7 @@ use strict;
 use File::Basename;
 use File::Spec::Functions qw/:DEFAULT abs2rel rel2abs/;
 use File::Path qw/mkpath/;
-if ($^O ne "VMS") {
-    use File::Glob qw/glob/;
-}
+use if $^O ne "VMS", 'File::Glob' => qw/glob/;
 
 # see INSTALL for instructions.