diff options
Diffstat (limited to 'pod/perldiag.pod')
-rw-r--r-- | pod/perldiag.pod | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/pod/perldiag.pod b/pod/perldiag.pod index de8956be94..75f9ec08a1 100644 --- a/pod/perldiag.pod +++ b/pod/perldiag.pod @@ -3286,6 +3286,12 @@ 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/ |