summaryrefslogtreecommitdiff
path: root/pod/perlrecharclass.pod
diff options
context:
space:
mode:
authorKarl Williamson <public@khwilliamson.com>2014-04-01 17:21:48 -0600
committerKarl Williamson <public@khwilliamson.com>2014-04-01 17:30:46 -0600
commita04e6aad3b10787abd99c78eeac04ca9f4b33d0b (patch)
tree37b2e7e9e1a10ace0562027b11b78235b9054183 /pod/perlrecharclass.pod
parent2941e8b221c62b36c8b953d6149d63ce7ebedba4 (diff)
downloadperl-a04e6aad3b10787abd99c78eeac04ca9f4b33d0b.tar.gz
Fix comments and pod that mention 5.20 erroneously
In certain places in the documentation, "5.20" is no longer applicable. Also, a message referred to in perldiag got reworded, but our checks did not catch that perldiag should have been updated.
Diffstat (limited to 'pod/perlrecharclass.pod')
-rw-r--r--pod/perlrecharclass.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perlrecharclass.pod b/pod/perlrecharclass.pod
index 7dae097c73..ba49ba0d0e 100644
--- a/pod/perlrecharclass.pod
+++ b/pod/perlrecharclass.pod
@@ -326,7 +326,7 @@ effect that changes the C<\s> matching).
Prior to Perl v5.18, C<\s> did not match the vertical tab. The change
in v5.18 is considered an experiment, which means it could be backed out
-in v5.20 or v5.22 if experience indicates that it breaks too much
+in v5.22 if experience indicates that it breaks too much
existing code. If this change adversely affects you, send email to
C<perlbug@perl.org>; if it affects you positively, email
C<perlthanks@perl.org>. In the meantime, C<[^\S\cK]> (obscurely)