From: Andy Polyakov Date: Fri, 31 Mar 2017 12:37:10 +0000 (+0200) Subject: Configure: use 5.10.0, don't require... X-Git-Tag: OpenSSL_1_1_0f~100 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a43cf4c0c00ac09bd83709305b5691c4010dba43;p=openssl 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 (cherry picked from commit d83112b7fd3b0e751f8a5947e5a93db1cbbe86dc) --- diff --git a/Configure b/Configure index cedc160c06..2520d7e135 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 File::Basename; use File::Spec::Functions qw/:DEFAULT abs2rel rel2abs/;