This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Update perl591delta.
authorRafael Garcia-Suarez <rgarciasuarez@gmail.com>
Mon, 23 Feb 2004 21:30:42 +0000 (21:30 +0000)
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>
Mon, 23 Feb 2004 21:30:42 +0000 (21:30 +0000)
p4raw-id: //depot/perl@22365

pod/perl591delta.pod

index a344567..aa4ef9d 100644 (file)
@@ -145,7 +145,9 @@ did not preserve C<errno>, so reading $^E could cause C<errno> and therefore
 C<$!> to change unexpectedly.
 
 Reentrant functions will (once more) work with C++. 5.8.2 introduced a bugfix
-which accidentally broke the compilation of Perl extensions written in C++
+which accidentally broke the compilation of Perl extensions written in C++.
+
+C<strict> wasn't in effect in regexp-eval blocks (C</(?{...})/>).
 
 =head1 New or Changed Diagnostics