Replace our implementation of realpath() with OpenBSD's
[p5sagit/p5-mst-13.2.git] / pod / perldiag.pod
index 75f9ec0..de8956b 100644 (file)
@@ -3286,12 +3286,6 @@ assignment or as a subroutine argument for example).
 (F) Your Perl was compiled with B<-D>SETUID_SCRIPTS_ARE_SECURE_NOW, but
 a version of the setuid emulator somehow got run anyway.
 
-=item sv_realpath: %s
-
-(S) You probably used some form of getcwd.  The implementation of
-that functionality detected something odd in your filesystem
-environment and gave up (returning undef).
-
 =item Switch (?(condition)... contains too many branches in regex;
 
 marked by <-- HERE in m/%s/