summaryrefslogtreecommitdiffstats
path: root/README.PERL
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2016-02-11 22:06:17 +0100
committerRichard Levitte <levitte@openssl.org>2016-02-11 22:11:48 +0100
commitde8128203a5340db397dadaee91bc504c2a539bc (patch)
tree4cfed4bdc7b7d5e91cb2cc34a64c0e829e775e76 /README.PERL
parent9ba96fbb2523cb12747c559c704c58bd8f9e7982 (diff)
State the minimum Perl version that our scripts will work with
Reviewed-by: Rich Salz <rsalz@openssl.org>
Diffstat (limited to 'README.PERL')
-rw-r--r--README.PERL5
1 files changed, 3 insertions, 2 deletions
diff --git a/README.PERL b/README.PERL
index c2db0190ab..184b3771a0 100644
--- a/README.PERL
+++ b/README.PERL
@@ -23,8 +23,9 @@
- on Linux distributions based on RPMs, you will need to install
'perl-core' rather than just 'perl'.
- It is highly recommended that you have at least Perl version 5.10
- installed.
+ You MUST have at least Perl version 5.10.0 installed. This minimum
+ requirement is due to our use of regexp backslash sequence \R among
+ other features that didn't exist in core Perl before that version.
Notes on Perl on Windows
------------------------