perldelta for de0df3c09/#23180
authorFather Chrysostomos <sprout@cpan.org>
Sat, 15 Dec 2012 13:55:26 +0000 (05:55 -0800)
committerFather Chrysostomos <sprout@cpan.org>
Sat, 15 Dec 2012 14:57:46 +0000 (06:57 -0800)
pod/perldelta.pod

index 9c8adf0..5696982 100644 (file)
@@ -412,6 +412,12 @@ frees.
 Constant subroutine redefinition warns by default, but lexical constants
 were accidentally exempt from default warnings.  This has been corrected.
 
+=item *
+
+Some failed regular expression matches such as C<'f' =~ /../g> were not
+resetting C<pos>.  Also, "match-once" patterns (C<m?...?g>) failed to reset
+it, too, when invoked a second time [perl #23180].
+
 =back
 
 =head1 Known Problems