diff options
author | Richard Levitte <levitte@openssl.org> | 2016-02-11 22:06:17 +0100 |
---|---|---|
committer | Richard Levitte <levitte@openssl.org> | 2016-02-11 22:11:48 +0100 |
commit | de8128203a5340db397dadaee91bc504c2a539bc (patch) | |
tree | 4cfed4bdc7b7d5e91cb2cc34a64c0e829e775e76 /README.PERL | |
parent | Perl's chop / chomp considered bad, use a regexp instead (diff) | |
download | openssl-de8128203a5340db397dadaee91bc504c2a539bc.tar.xz openssl-de8128203a5340db397dadaee91bc504c2a539bc.zip |
State the minimum Perl version that our scripts will work with
Reviewed-by: Rich Salz <rsalz@openssl.org>
Diffstat (limited to '')
-rw-r--r-- | README.PERL | 5 |
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 ------------------------ |