In perl.git, the branch blead has been updated <http://perl5.git.perl.org/perl.git/commitdiff/83c3106baf778ae52314eadd19ac8a04e9ac12ce?hp=fe7d7ed30f61366a4cfdd0edc6051ffc736a572a>
- Log ----------------------------------------------------------------- commit 83c3106baf778ae52314eadd19ac8a04e9ac12ce Author: Karl Williamson <[email protected]> Date: Fri Feb 24 11:02:31 2017 -0700 perlfunc: Fix awkward wording ----------------------------------------------------------------------- Summary of changes: pod/perlfunc.pod | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pod/perlfunc.pod b/pod/perlfunc.pod index 88d30a55fd..d8e1b58fa6 100644 --- a/pod/perlfunc.pod +++ b/pod/perlfunc.pod @@ -2295,8 +2295,8 @@ always parses its argument (or L<C<$_>|perlvar/$_> if EXPR is omitted) as a string of independent bytes. If called when S<C<use utf8>> is in effect, the string will be assumed -to be encoded in UTF-8, and C<evalbytes> will make a temporary -downgraded to non-UTF-8 copy to work from. If this is not possible +to be encoded in UTF-8, and C<evalbytes> will make a temporary copy to +work from, downgraded to non-UTF-8. If this is not possible (because one or more characters in it require UTF-8), the C<evalbytes> will fail with the error stored in C<$@>. -- Perl5 Master Repository
