The "Setuid script not plain file" error wasn't documented.
Rafael Garcia-Suarez [Thu, 23 Dec 2004 17:21:37 +0000 (17:21 +0000)]
p4raw-id: //depot/perl@23672

pod/perldiag.pod

index ba0ad97..b2ea972 100644 (file)
@@ -3500,6 +3500,11 @@ L<perlfunc/setsockopt>.
 (F) The setuid emulator won't run a script that is writable by the
 world, because the world might have written on it already.
 
+=item Setuid script not plain file
+
+(F) The setuid emulator won't run a script that isn't read from a file,
+but from a socket, a pipe or another device.
+
 =item shm%s not implemented
 
 (F) You don't have System V shared memory IPC on your system.