summaryrefslogtreecommitdiff
path: root/pod
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgarciasuarez@gmail.com>2005-06-17 15:43:11 +0000
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2005-06-17 15:43:11 +0000
commitbf1320bff8abe0e26a9c5974e9dbbb03ae5ebd12 (patch)
tree782ea2b498795cdc982e5c3f41bbb4d63f120818 /pod
parent4cbc76b1bf09108493ca657fbc5ed7ed7b09fdbc (diff)
downloadperl-bf1320bff8abe0e26a9c5974e9dbbb03ae5ebd12.tar.gz
Add new internal error message to perldiag
p4raw-id: //depot/perl@24889
Diffstat (limited to 'pod')
-rw-r--r--pod/perldiag.pod5
1 files changed, 5 insertions, 0 deletions
diff --git a/pod/perldiag.pod b/pod/perldiag.pod
index c00ae54944..bfc1258f2b 100644
--- a/pod/perldiag.pod
+++ b/pod/perldiag.pod
@@ -3704,6 +3704,11 @@ 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_upgrade from type %d down to type %d
+
+(P) Perl tried to force the upgrade an SV to a type which was actually
+inferior to its current type.
+
=item Switch (?(condition)... contains too many branches in regex; marked by <-- HERE in m/%s/
(F) A (?(condition)if-clause|else-clause) construct can have at most two