From: Jarkko Hietaniemi Date: Fri, 4 Aug 2000 04:09:06 +0000 (+0000) Subject: After the #6519 a warning about stat() is just that, X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=355b129945f44493ff7efa1481d95ddca2d2f87f;p=p5sagit%2Fp5-mst-13.2.git After the #6519 a warning about stat() is just that, not about a filetest, which now have their own warning. p4raw-id: //depot/perl@6520 --- diff --git a/pod/perldiag.pod b/pod/perldiag.pod index d2576bc..930b9de 100644 --- a/pod/perldiag.pod +++ b/pod/perldiag.pod @@ -2997,9 +2997,8 @@ a block by itself. =item stat() on unopened filehandle %s -(W unopened) You tried to use the stat() function (or an equivalent file -test) on a filehandle that was either never opened or has since been -closed. +(W unopened) You tried to use the stat() function on a filehandle that +was either never opened or has since been closed. =item Strange *+?{} on zero-length expression