This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perldelta for newHVhv on tied hashes
authorFather Chrysostomos <sprout@cpan.org>
Mon, 2 Jan 2012 21:18:51 +0000 (13:18 -0800)
committerFather Chrysostomos <sprout@cpan.org>
Tue, 3 Jan 2012 06:10:32 +0000 (22:10 -0800)
pod/perldelta.pod

index 164851f..9f0f4ec 100644 (file)
@@ -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