From: Father Chrysostomos Date: Mon, 2 Jan 2012 21:18:51 +0000 (-0800) Subject: perldelta for newHVhv on tied hashes X-Git-Tag: v5.15.7~332 X-Git-Url: https://perl5.git.perl.org/perl5.git/commitdiff_plain/a32fcfdc8459457e451fad5764e5979d5e3992d4 perldelta for newHVhv on tied hashes --- diff --git a/pod/perldelta.pod b/pod/perldelta.pod index 164851f..9f0f4ec 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -470,6 +470,11 @@ tied variables would come undone, C<$!> would stop getting updated on failed system calls, C<$|> would stop setting autoflush, and other mischief would take place. This has been fixed. +=item * C and tied hashes + +The C XS function now works on tied hashes, instead of crashing or +returning an empty hash. + =back =head1 Known Problems