diff options
author | Aaron Priven <aaron@priven.com> | 2015-08-04 20:08:56 -0400 |
---|---|---|
committer | James E Keenan <jkeenan@cpan.org> | 2015-08-04 20:13:22 -0400 |
commit | 1437ab4a779eb2e9dcbcff5147fbfa549a62efd3 (patch) | |
tree | c68032d13beb56397fdb3ea77410b4c60ec1f26f /AUTHORS | |
parent | 0ddb27d769ebb30fe5ea10e4ee633e6df888cb3a (diff) | |
download | perl-1437ab4a779eb2e9dcbcff5147fbfa549a62efd3.tar.gz |
Added {unlock,lock}_hashref_recurse to @EXPORT_OK
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
Diffstat (limited to 'AUTHORS')
-rw-r--r-- | AUTHORS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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> |