perldelta for Hash::Util changes
authorFather Chrysostomos <sprout@cpan.org>
Tue, 22 May 2012 05:12:24 +0000 (22:12 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Tue, 22 May 2012 05:26:50 +0000 (22:26 -0700)
pod/perldelta.pod

index 5eca693..1184084 100644 (file)
@@ -97,6 +97,20 @@ XXX
 
 =item *
 
+L<Hash::Util> has been upgraded from version 0.11 to version 0.12.
+
+C<hash_unlocked> and C<hashref_unlocked> now returns true if the hash is
+unlocked, instead of always returning false [perl #112126].
+
+C<hash_unlocked>, C<hashref_unlocked>, C<lock_hash_recurse> and
+C<unlock_hash_recurse> are now exportable [perl #112126].
+
+Two new functions, C<hash_locked> and C<hashref_locked>, have been added.
+Oddly enough, these two functions were already exported, even though they
+did not exist [perl #112126].
+
+=item *
+
 L<Storable> has been upgraded from version 2.34 to version 2.35.
 
 Modifying C<$_[0]> within C<STORABLE_freeze> no longer results in crashes