X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=README.PERL;h=184b3771a06b752cb5e1dc6710526ae41b5597ad;hp=f667d7f9b1934658e672b18de2c9c402cd94208a;hb=fcd9c8c0149d989bf0ab28e14bbaa49e5060db9b;hpb=f578075a93c7418f72ba000d1225cb0d9fd7df5d diff --git a/README.PERL b/README.PERL index f667d7f9b1..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 ------------------------ @@ -43,8 +44,8 @@ You will need to install Perl separately. One way to do so is to download the source from http://perl.org/, unpacking it, reading README.vms and follow instructions. Another way is to download a - .PCSI file from http://sourceforge.net/projects/vmsperlkit/files/ - and install it using the POLYCENTER install tool. + .PCSI file from http://www.vmsperl.com/ and install it using the + POLYCENTER install tool. Notes on Perl modules we use ----------------------------