From 3d3677c1442f14c56b792e27aa1b059452544292 Mon Sep 17 00:00:00 2001 From: Karl Williamson Date: Wed, 15 May 2013 18:58:31 -0600 Subject: [PATCH] Fix typo in perldelta MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Spotted by Zsbán Ambrus --- pod/perldelta.pod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pod/perldelta.pod b/pod/perldelta.pod index d04acf3..2ac7e5b 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -3563,7 +3563,7 @@ some subtleties when regular expressions are matched against above-Unicode code points. There is a warning generated to draw your attention to this. However, this warning was being generated inappropriately in some cases, such as when a program was being parsed. -Non-Unicode matches such as C<\w> and C<[:word;]> should not generate the +Non-Unicode matches such as C<\w> and C<[:word:]> should not generate the warning, as their definitions don't limit them to apply to only Unicode code points. Now the message is only generated when matching against C<\p{}> and C<\P{}>. There remains a bug, [perl #114148], for the very -- 1.8.3.1