From: Richard Levitte Date: Mon, 14 Mar 2016 09:03:14 +0000 (+0100) Subject: Enforce the demand for Perl 5.10.0 as a minimum. X-Git-Tag: OpenSSL_1_1_0-pre4~31 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=9f519addc09b2005fa8c6cde36e3267de02577bb;p=oweals%2Fopenssl.git Enforce the demand for Perl 5.10.0 as a minimum. Reviewed-by: Andy Polyakov --- diff --git a/Configure b/Configure index efbe0f8587..26bbfbfdb1 100755 --- a/Configure +++ b/Configure @@ -3,7 +3,7 @@ ## Configure -- OpenSSL source tree configuration script -require 5.000; +require 5.10.0; use strict; use File::Basename; use File::Spec::Functions qw/:DEFAULT abs2rel rel2abs/;