diff --git a/hv.c b/hv.c index e7bc0898b1..2dfa8df2f2 100644 --- a/hv.c +++ b/hv.c @@ -3186,8 +3186,9 @@ Perl_hv_iterkeysv(pTHX_ HE *entry) /* =for apidoc hv_iterval -Returns the value from the current position of the hash iterator. See -C>. +Returns the value from the current position of the hash iterator. + +Note that the return value isn't mortalized, unlike C>. =cut */