perldelta for #112962, reg_temp_copy and null offs
authorFather Chrysostomos <sprout@cpan.org>
Tue, 26 Jun 2012 03:43:02 +0000 (20:43 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Tue, 26 Jun 2012 03:43:02 +0000 (20:43 -0700)
pod/perldelta.pod

index 270c2c7..1691022 100644 (file)
@@ -398,6 +398,12 @@ Duplication of in-memory filehandles by opening with a "<&=" or ">&=" mode
 stopped working properly in 5.16.0.  It was causing the new handle to
 reference a different scalar variable.  This has been fixed [perl #113764].
 
+=item *
+
+C<qr//> expressions no longer crash with custom regular expression engines
+that do not set C<offs> at regular expression compilation time
+[perl #112962].
+
 =back
 
 =head1 Known Problems