summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--AUTHORS1
-rw-r--r--ext/Hash-Util/lib/Hash/Util.pm2
-rw-r--r--ext/Hash-Util/t/Util.t1
3 files changed, 4 insertions, 0 deletions
diff --git a/AUTHORS b/AUTHORS
index 6cf729f982..c795d6b3da 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -21,6 +21,7 @@ A. Sinan Unur <nanis@cpan.org>
Aaron Crane <arc@cpan.org>
Aaron B. Dossett <aaron@iglou.com>
Aaron J. Mackey <ajm6q@virginia.edu>
+Aaron Priven <aaron@priven.com>
Aaron Trevena <aaaron.trevena@gmail.com>
Augustina Blair <auggy@cpan.org>
Abe Timmerman <abe@ztreet.demon.nl>
diff --git a/ext/Hash-Util/lib/Hash/Util.pm b/ext/Hash-Util/lib/Hash/Util.pm
index 40de862d18..a947b9a76e 100644
--- a/ext/Hash-Util/lib/Hash/Util.pm
+++ b/ext/Hash-Util/lib/Hash/Util.pm
@@ -31,6 +31,7 @@ our @EXPORT_OK = qw(
hash_seed hash_value hv_store
bucket_stats bucket_stats_formatted bucket_info bucket_array
lock_hash_recurse unlock_hash_recurse
+ lock_hashref_recurse unlock_hashref_recurse
hash_traversal_mask
);
@@ -78,6 +79,7 @@ Hash::Util - A selection of general-utility hash subroutines
hash_seed hash_value hv_store
bucket_stats bucket_info bucket_array
lock_hash_recurse unlock_hash_recurse
+ lock_hashref_recurse unlock_hashref_recurse
hash_traversal_mask
);
diff --git a/ext/Hash-Util/t/Util.t b/ext/Hash-Util/t/Util.t
index b9be7bd5a7..4a12fd1764 100644
--- a/ext/Hash-Util/t/Util.t
+++ b/ext/Hash-Util/t/Util.t
@@ -44,6 +44,7 @@ BEGIN {
hash_seed hash_value bucket_stats bucket_info bucket_array
hv_store
lock_hash_recurse unlock_hash_recurse
+ lock_hashref_recurse unlock_hashref_recurse
);
plan tests => 244 + @Exported_Funcs;
use_ok 'Hash::Util', @Exported_Funcs;