diff options
author | Karl Williamson <khw@cpan.org> | 2015-05-08 21:21:17 -0600 |
---|---|---|
committer | Karl Williamson <khw@cpan.org> | 2015-09-03 23:10:37 -0600 |
commit | 4a4088c46812cbd5bfe69cf9728912de92c28b94 (patch) | |
tree | ff2642d4f0a20b71043c762b42f5f4a5b498033c /pad.c | |
parent | dfcfced87c53cd0e680cd0c19f02f785a2ad6692 (diff) | |
download | perl-4a4088c46812cbd5bfe69cf9728912de92c28b94.tar.gz |
perlapi use 'UTF-8' instead of variants of that
Diffstat (limited to 'pad.c')
-rw-r--r-- | pad.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2783,7 +2783,7 @@ Perl_padnamelist_dup(pTHX_ PADNAMELIST *srcpad, CLONE_PARAMS *param) /* =for apidoc newPADNAMEpvn -Constructs and returns a new pad name. C<s> must be a UTF8 string. Do not +Constructs and returns a new pad name. C<s> must be a UTF-8 string. Do not use this for pad names that point to outer lexicals. See C<L</newPADNAMEouter>>. |