From: Rafael Garcia-Suarez Date: Fri, 17 Jun 2005 15:43:11 +0000 (+0000) Subject: Add new internal error message to perldiag X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=bf1320bff8abe0e26a9c5974e9dbbb03ae5ebd12;p=p5sagit%2Fp5-mst-13.2.git Add new internal error message to perldiag p4raw-id: //depot/perl@24889 --- 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