diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 1998-09-29 03:56:33 +0300 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1998-10-02 01:53:25 +0000 |
commit | 85ab1d1d99f8dc082af2267b48b9a2c5983f3161 (patch) | |
tree | 15498360e04711d0a640d19d489175cdf9982398 /pod | |
parent | 13b51b796ac5d39ced5a8f4f5922bfa7ca1678d5 (diff) | |
download | perl-85ab1d1d99f8dc082af2267b48b9a2c5983f3161.tar.gz |
various Configure and hints updates (prefer drand48() or random()
over rand(); add -Dusemultiplicity; enhanced 64-bitness); patch
applied modulo SCO hints superseded by later patch
Message-Id: <199809282156.AAA18615@alpha.hut.fi>
Subject: [PATCH] 5.005_52: Configure et al:
p4raw-id: //depot/perl@1904
Diffstat (limited to 'pod')
-rw-r--r-- | pod/perldiag.pod | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/pod/perldiag.pod b/pod/perldiag.pod index 37bcf1a750..73b48a9386 100644 --- a/pod/perldiag.pod +++ b/pod/perldiag.pod @@ -1096,14 +1096,9 @@ unlikely to be what you want. (F) An untrapped exception was raised while executing an END subroutine. The interpreter is immediately exited. -=item effective %s access is not implemented +=item entering effective %s failed -(F) We cannot switch the real and effective uids or gids. -The C<filetest access> pragma is unavailable in this system. - -=item entering effective %s access failed - -(F) While under the C<filetest access> pragma, switching the real and +(F) While under the C<use filetest> pragma, switching the real and effective uids or gids failed. =item Error converting file specification %s @@ -1486,9 +1481,9 @@ L<perlfunc/last>. that name, not even if you count where you were called from. See L<perlfunc/last>. -=item leaving effective %s access failed +=item leaving effective %s failed -(F) While under the C<filetest access> pragma, switching the real and +(F) While under the C<use filetest> pragma, switching the real and effective uids or gids failed. =item listen() on closed fd @@ -2474,6 +2469,11 @@ of an 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 switching effective %s is not implemented + +(F) While under the C<use filetest> pragma, we cannot switch the +real and effective uids or gids. + =item syntax error (F) Probably means you had a syntax error. Common reasons include: |