projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
01d9997
)
Enforce the demand for Perl 5.10.0 as a minimum.
author
Richard Levitte
<levitte@openssl.org>
Mon, 14 Mar 2016 09:03:14 +0000
(10:03 +0100)
committer
Richard Levitte
<levitte@openssl.org>
Mon, 14 Mar 2016 10:21:35 +0000
(11:21 +0100)
Reviewed-by: Andy Polyakov <appro@openssl.org>
Configure
patch
|
blob
|
history
diff --git
a/Configure
b/Configure
index efbe0f8587132c3c0eebfb4bb5c5db1a958881cd..26bbfbfdb14b3f928a259473093b202de7402e72 100755
(executable)
--- a/
Configure
+++ b/
Configure
@@
-3,7
+3,7
@@
## Configure -- OpenSSL source tree configuration script
-require 5.
00
0;
+require 5.
10.
0;
use strict;
use File::Basename;
use File::Spec::Functions qw/:DEFAULT abs2rel rel2abs/;