summaryrefslogtreecommitdiff
path: root/pod
diff options
context:
space:
mode:
authorFather Chrysostomos <sprout@cpan.org>2012-01-02 13:18:51 -0800
committerFather Chrysostomos <sprout@cpan.org>2012-01-02 22:10:32 -0800
commita32fcfdc8459457e451fad5764e5979d5e3992d4 (patch)
treef13544cccda10b2c8e96a05c613b6361b0f36528 /pod
parente3ed6ae8cc89f27df63db996a562a01dea0c5484 (diff)
downloadperl-a32fcfdc8459457e451fad5764e5979d5e3992d4.tar.gz
perldelta for newHVhv on tied hashes
Diffstat (limited to 'pod')
-rw-r--r--pod/perldelta.pod5
1 files changed, 5 insertions, 0 deletions
diff --git a/pod/perldelta.pod b/pod/perldelta.pod
index 164851ff39..9f0f4ec7f0 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<newHVhv> and tied hashes
+
+The C<newHVhv> XS function now works on tied hashes, instead of crashing or
+returning an empty hash.
+
=back
=head1 Known Problems