From bf1320bff8abe0e26a9c5974e9dbbb03ae5ebd12 Mon Sep 17 00:00:00 2001 From: Rafael Garcia-Suarez Date: Fri, 17 Jun 2005 15:43:11 +0000 Subject: [PATCH] Add new internal error message to perldiag p4raw-id: //depot/perl@24889 --- pod/perldiag.pod | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pod/perldiag.pod b/pod/perldiag.pod index c00ae54..bfc1258 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 -- 2.7.4