diff options
author | Karl Williamson <public@khwilliamson.com> | 2012-01-19 15:40:52 -0700 |
---|---|---|
committer | Karl Williamson <public@khwilliamson.com> | 2012-01-19 15:43:29 -0700 |
commit | c0154fe2bd17357e30a7ba514ff85739fa430250 (patch) | |
tree | 725c3da8a5371316601aa6d07e2d8a7d17ca389a /pod | |
parent | 329d453aed974070d8cc031fdb6e31b1c1ae29ae (diff) | |
download | perl-c0154fe2bd17357e30a7ba514ff85739fa430250.tar.gz |
perldelta: Add ticket number to bug fix
Diffstat (limited to 'pod')
-rw-r--r-- | pod/perldelta.pod | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/pod/perldelta.pod b/pod/perldelta.pod index d34f8e4d35..b02a57548c 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -837,11 +837,12 @@ sequences was used in the C<(?(DEFINE)> regular expression predicate. The known bugs that were introduced in 5.14 have now been fixed; as well as some other edge cases that have never worked until now. All these involve using the characters and sequences outside bracketed character -classes under C</i>. There remain known problems when using certain -characters with multi-character folds inside bracketed character -classes, including such constructs as -C<qr/[\N{LATIN SMALL LETTER SHARP}a-z]/i>. These remaining bugs are -addressed in [perl #89774]. +classes under C</i>. This closes [perl #98546]. + +There remain known problems when using certain characters with +multi-character folds inside bracketed character classes, including such +constructs as C<qr/[\N{LATIN SMALL LETTER SHARP}a-z]/i>. These +remaining bugs are addressed in [perl #89774]. =back |