Skip to content

Commit 2c55af4

Browse files
khwilliamsonsteve-m-hay
authored andcommitted
perldelta: Entry for [perl #122655].
5.20 regression: '"X" !~ /[x]/i' It looks like this patch, included in 5.20.1, did not get a perldelta entry for that release. (cherry picked from commit 6ff8f25)
1 parent 890e08f commit 2c55af4

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

pod/perldelta.pod

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -453,6 +453,13 @@ crash, and had done so since Perl 5.10. (In some cases the crash did not
453453
start happening till 5.16.) The crash has, of course, been fixed.
454454
[perl #123542]
455455

456+
=item *
457+
458+
A regression has been fixed that was introduced in v5.20.0 (fixed in
459+
v5.20.1 as well as here) in which a UTF-8 encoded regular expression
460+
pattern that contains a single ASCII lowercase letter does not match its
461+
uppercase counterpart. [perl #122655]
462+
456463
=back
457464

458465
=head1 Known Problems

0 commit comments

Comments
 (0)