summaryrefslogtreecommitdiff
path: root/pod/perldiag.pod
diff options
context:
space:
mode:
authorAndy Dougherty <doughera@lafayette.edu>1998-03-09 10:23:33 -0500
committerMalcolm Beattie <mbeattie@sable.ox.ac.uk>1998-03-16 12:55:39 +0000
commite5c9fcd0420f2862565625a4bd5596204107f54f (patch)
tree6802f821b6b73f8fd7d5217e52348bd0ea711675 /pod/perldiag.pod
parent9e48b294a088693583142bb2058db509a62bb303 (diff)
downloadperl-e5c9fcd0420f2862565625a4bd5596204107f54f.tar.gz
[PATCH 5.004_62} Config_62-01 patch available.
Date: Mon, 9 Mar 1998 15:23:33 -0500 (EST) Subject: [PATCH 5.004_62] Tiny hint file updates Date: Mon, 9 Mar 1998 13:21:46 -0500 (EST) p4raw-id: //depot/perl@812
Diffstat (limited to 'pod/perldiag.pod')
-rw-r--r--pod/perldiag.pod20
1 files changed, 14 insertions, 6 deletions
diff --git a/pod/perldiag.pod b/pod/perldiag.pod
index 9f16761239..25f3b68fce 100644
--- a/pod/perldiag.pod
+++ b/pod/perldiag.pod
@@ -693,10 +693,17 @@ to exist.
(F) List assignment to %ENV is not supported on some systems, notably VMS.
-=item Can't mktemp()
+=item Can't mkstemp() temporary file %s
-(F) The mktemp() routine failed for some reason while trying to process
-a B<-e> switch. Maybe your /tmp partition is full, or clobbered.
+(F) The mkstemp() routine failed for some reason while trying to
+process a B<-e> switch. Maybe your temporary file partition
+is full, or over-protected, or clobbered.
+
+=item Can't mktemp() temporary file %s
+
+(F) The mktemp() routine failed for some reason while trying to
+process a B<-e> switch. Maybe your temporary file partition
+is full, or over-protected, or clobbered.
=item Can't modify %s in %s
@@ -899,10 +906,11 @@ Perhaps you need to copy the value to a temporary, and repeat that.
(F) A string of a form C<CORE::word> was given to prototype(), but
there is no builtin with the name C<word>.
-=item Cannot open temporary file
+=item Cannot open temporary file %s
-(F) The create routine failed for some reason while trying to process
-a B<-e> switch. Maybe your /tmp partition is full, or clobbered.
+(F) A temporary file could not created for some reason while trying to
+process a B<-e> switch. Maybe your temporary file partition is full,
+or over-protected, or clobbered.
=item Cannot resolve method `%s' overloading `%s' in package `%s'