Add subroutines hash_locked() and hashref_locked() to Hash::Util.
authorjkeenan <jkeenan@cpan.org>
Mon, 23 Apr 2012 00:59:33 +0000 (20:59 -0400)
committerFather Chrysostomos <sprout@cpan.org>
Mon, 21 May 2012 23:51:40 +0000 (16:51 -0700)
commit08579537a61d54d8563be459dce1df66111db7f9
tree76f8eda3cdbe68bd639302ecdb71aa0931a5b068
parent04cc0b0d5dd67e685e8207492a4ba98f252f6658
Add subroutines hash_locked() and hashref_locked() to Hash::Util.

Make @EXPORT_OK, synopsis, and list of functions tested with
can_ok() consistent with one another.  Rationalize the way
functions are grouped within @EXPORT_OK and the other locations.
Add tests for hash_locked(), hashref_locked(), hash_unlocked() and
hashref_unlocked().  Add descriptions for several unit tests which
lacked them.

For RT #112126.
ext/Hash-Util/lib/Hash/Util.pm
ext/Hash-Util/t/Util.t