From a04e6aad3b10787abd99c78eeac04ca9f4b33d0b Mon Sep 17 00:00:00 2001 From: Karl Williamson Date: Tue, 1 Apr 2014 17:21:48 -0600 Subject: 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. --- handy.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'handy.h') diff --git a/handy.h b/handy.h index 16264fe140..3f84eff9af 100644 --- a/handy.h +++ b/handy.h @@ -634,7 +634,7 @@ Returns a boolean indicating whether the specified character is a whitespace character. This is analogous to what C matches in a regular expression. Starting in Perl 5.18 (experimentally), this also matches what C does. -("Experimentally" means that this change may be backed out in 5.20 or 5.22 if +("Experimentally" means that this change may be backed out in 5.22 if field experience indicates that it was unwise.) Prior to 5.18, only the locale forms of this macro (the ones with C in their names) matched precisely what C does. In those releases, the only difference, @@ -648,7 +648,7 @@ C, and C. (short for Posix Space) Starting in 5.18, this is identical (experimentally) in all its forms to the corresponding C macros. ("Experimentally" means that this change -may be backed out in 5.20 or 5.22 if field experience indicates that it +may be backed out in 5.22 if field experience indicates that it was unwise.) The locale forms of this macro are identical to their corresponding C forms in all Perl releases. In releases prior to 5.18, the -- cgit v1.2.1