summaryrefslogtreecommitdiffstats
path: root/Configure
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2017-03-31 14:37:10 +0200
committerAndy Polyakov <appro@openssl.org>2017-04-01 15:50:12 +0200
commitd83112b7fd3b0e751f8a5947e5a93db1cbbe86dc (patch)
tree4b8fbd0c86910675e7f0c28048a25b99446f4904 /Configure
parentc27778d8adf7fca3128ece0b7efca09f628008b9 (diff)
Configure: use 5.10.0, don't require...
Configure started with 'require 5.10.0', but if executed by older perl it failed with "might be runaway multi-line // string" instead of naturally expected "Perl v5.10.0 required--this is only v5.x.y". Reviewed-by: Richard Levitte <levitte@openssl.org>
Diffstat (limited to 'Configure')
-rwxr-xr-xConfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/Configure b/Configure
index 013a30a78e..617ee52cac 100755
--- a/Configure
+++ b/Configure
@@ -9,7 +9,7 @@
## Configure -- OpenSSL source tree configuration script
-require 5.10.0;
+use 5.10.0;
use strict;
use Config;
use File::Basename;