After the #6519 a warning about stat() is just that,
Jarkko Hietaniemi [Fri, 4 Aug 2000 04:09:06 +0000 (04:09 +0000)]
not about a filetest, which now have their own warning.

p4raw-id: //depot/perl@6520

pod/perldiag.pod

index d2576bc..930b9de 100644 (file)
@@ -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