This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perldelta for 99fff99d79, af4291a8594
[perl5.git] / pod / perldelta.pod
index c0f27dd..45856e0 100644 (file)
@@ -350,7 +350,12 @@ It now works properly to specify a user-defined property, such as
  qr/\p{mypkg1::IsMyProperty}/i
 
 with C</i> caseless matching, an explicit package name, and
-I<IsMYProperty> not defined at the time of the pattern compilation.
+I<IsMyProperty> not defined at the time of the pattern compilation.
+
+=item *
+
+Perl's memcpy(), memmove(), memset() and memcmp() fallbacks are now
+more compatible with the originals.  [perl #127619]
 
 =back