In Hash::Util, the functions lock_hashref_recurse and
unlock_hashref_recurse were omitted from the @EXPORT_OK array,
the synopsis in the POD, and the test for exported functions in
t/Util.t. This commit adds those functions in all three places.
For: RT #125730
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>
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
);
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
);
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;