This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perldelta the fix for [perl #126621]
[perl5.git] / pod / perldelta.pod
index 9543fb6..9ce3f88 100644 (file)
@@ -488,6 +488,12 @@ already read end of file, and the here-doc was not terminated, perl
 could produce an assertion or a segmentation fault.  This now reliably
 complains about the unterminated here-doc.  [perl #125540]
 
+=item *
+
+untie() would sometimes return the last value returned by the UNTIE()
+handler as well as it's normal value, messing up the stack.  [perl
+#126621]
+
 =back
 
 =head1 Known Problems