In perl.git, the branch blead has been updated <http://perl5.git.perl.org/perl.git/commitdiff/7d7345cf4f14a683b78978462e37e75c5bccd5ed?hp=06c85fbec03100d7bede76137c3bf1806375df18>
- Log ----------------------------------------------------------------- commit 7d7345cf4f14a683b78978462e37e75c5bccd5ed Author: Karl Williamson <[email protected]> Date: Thu Jun 30 13:13:17 2016 -0600 perlapi: Add entry for hv_bucket_ratio autodoc doesn't find things like Per_hv_bucket_ratio(). ----------------------------------------------------------------------- Summary of changes: hv.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hv.c b/hv.c index 3b2523b..ad7802c 100644 --- a/hv.c +++ b/hv.c @@ -962,7 +962,7 @@ Perl_hv_scalar(pTHX_ HV *hv) } /* -=for apidoc Perl_hv_bucket_ratio +=for apidoc hv_bucket_ratio If the hash is tied dispatches through to the SCALAR tied method, otherwise if the hash contains no keys returns 0, otherwise returns -- Perl5 Master Repository
