X-Git-Url: https://git.openssl.org/?p=openssl.git;a=blobdiff_plain;f=NOTES.PERL;h=42c6127724b4835f861c3ce9fb265c414682a3ac;hp=eda812dc8efdd298e456c38a3298f5680f0cd2fb;hb=01c12100f7d54db29da3fd47dc40c9d0e08c0ab0;hpb=07930a75a1f82fd359d0af7849f01990b73659dd diff --git a/NOTES.PERL b/NOTES.PERL index eda812dc8e..42c6127724 100644 --- a/NOTES.PERL +++ b/NOTES.PERL @@ -35,7 +35,8 @@ MinGW and Cygwin. The key recommendation is to use "matching" Perl, one that matches build environment. For example, if you will build on Cygwin be sure to use the Cygwin package manager to install Perl. - For VC-* builds we recommend ActiveState Perl, available from + For MSYS builds use the MSYS provided Perl. For VC-* builds we + recommend ActiveState Perl, available from http://www.activestate.com/ActivePerl. Notes on Perl on VMS @@ -43,7 +44,7 @@ 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 + README.vms and follow the instructions. Another way is to download a .PCSI file from http://www.vmsperl.com/ and install it using the POLYCENTER install tool. @@ -77,7 +78,7 @@ --------------------------------- There are a number of ways to install a perl module. In all - descriptions below, Text::Template will server as an example. + descriptions below, Text::Template will serve as an example. 1. for Linux users, the easiest is to install with the use of your favorite package manager. Usually, all you need to do is search @@ -99,9 +100,9 @@ $ cpan -i Text::Template - Note that this runs all the tests that the module to be install + Note that this runs all the tests that the module to be installed comes with. This is usually a smooth operation, but there are - platforms where a failure is indicate even though the actual tests + platforms where a failure is indicated even though the actual tests were successful. Should that happen, you can force an installation regardless (that should be safe since you've already seen the tests succeed!):