summaryrefslogtreecommitdiff
path: root/hv.c
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2019-08-31 14:13:57 -0600
committerKarl Williamson <khw@cpan.org>2019-09-02 21:49:46 -0600
commit5f608e5f20aadb76a5896c41bc3b6486f508e56d (patch)
treec740648e6242f379ad5c82216b14fc155c4920d9 /hv.c
parenta74827a3a736952dba4e5153f49ca42102fdd39e (diff)
downloadperl-5f608e5f20aadb76a5896c41bc3b6486f508e56d.tar.gz
perlapi: Clarify pod for cop_store_label
Diffstat (limited to 'hv.c')
-rw-r--r--hv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hv.c b/hv.c
index 6f278760a0..0dbd900d74 100644
--- a/hv.c
+++ b/hv.c
@@ -3794,7 +3794,7 @@ Perl_cop_fetch_label(pTHX_ COP *const cop, STRLEN *len, U32 *flags) {
Save a label into a C<cop_hints_hash>.
You need to set flags to C<SVf_UTF8>
-for a UTF-8 label.
+for a UTF-8 label. Any other flag is ignored.
=cut
*/