X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=pod%2Fperldiag.pod;h=71c3c2694b691d402add619a6869f79a142bba0a;hb=c9e30dd8153632a4205f5780cc54d922f26feb15;hp=c56f5dd3fda23cda1718fab99c5eacba01d9133c;hpb=e75d1f1083177907de70add76a22bf9ee81d8f6c;p=p5sagit%2Fp5-mst-13.2.git diff --git a/pod/perldiag.pod b/pod/perldiag.pod index c56f5dd..71c3c26 100644 --- a/pod/perldiag.pod +++ b/pod/perldiag.pod @@ -1854,7 +1854,8 @@ L for more information. (F) You can't use system(), exec(), or a piped open in a setuid or setgid script if C<$ENV{PATH}> contains a directory that is writable by -the world. See L. +the world. Also, the PATH must not contain any relative directory. +See L. =item Insecure $ENV{%s} while running %s @@ -2101,7 +2102,7 @@ when the function is called. =item Malformed UTF-8 character (%s) -Perl detected something that didn't comply with UTF-8 encoding rules. +(W utf8) Perl detected something that didn't comply with UTF-8 encoding rules. One possible cause is that you read in data that you thought to be in UTF-8 but it wasn't (it was for example legacy 8-bit data). Another