summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorMax Maischein <corion@corion.net>2019-09-20 19:03:25 +0200
committerMax Maischein <corion@corion.net>2019-09-20 22:59:45 +0200
commit218f5fa9e51e49fe27bedd252e00b4f0e821adb2 (patch)
tree305d2520e369a46ecee2357d363229fe0d1d56f9 /INSTALL
parent150243c25c828e07f99068a17cc7d8364ed8c849 (diff)
downloadperl-218f5fa9e51e49fe27bedd252e00b4f0e821adb2.tar.gz
Update INSTALL file
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL4
1 files changed, 2 insertions, 2 deletions
diff --git a/INSTALL b/INSTALL
index e9599a6223..4d1d6ff2f1 100644
--- a/INSTALL
+++ b/INSTALL
@@ -764,7 +764,7 @@ run-time methods: $PERLLIB, $PERL5LIB, -I, use lib, etc.
=item default_inc_excludes_dot
Since version 5.26.0, default perl builds no longer includes C<'.'> as the
-last element of @INC. The old behaviour can restored using
+last element of @INC. The old behaviour can restored using
sh Configure -Udefault_inc_excludes_dot
@@ -2440,7 +2440,7 @@ Perl 5.31.4 is not binary compatible with earlier versions of Perl.
In other words, you will have to recompile your XS modules.
In general, you can usually safely upgrade from one version of Perl
-(e.g. 5.X.Y) to another similar minor version (e.g. 5.X.(Y+1))) without
+(e.g. 5.31.3) to another similar minor version (e.g. 5.31.4))) without
re-compiling all of your extensions. You can also safely leave the old
version around in case the new version causes you problems for some
reason.