diff options
author | Nicholas Clark <nick@ccl4.org> | 2006-02-05 19:52:50 +0000 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2006-02-05 19:52:50 +0000 |
commit | 2e969b28d93ee86ff219cc3301c64528e2b488ce (patch) | |
tree | e396c70fc29ae2680519593853d535652e92eb0f /pod | |
parent | c1ae03ae62499fad5bd21177cb936d279c016688 (diff) | |
download | perl-2e969b28d93ee86ff219cc3301c64528e2b488ce.tar.gz |
Remove "Can't upgrade to undef" from perldiag, as the corresponding
code is now gone from sv_upgrade.
p4raw-id: //depot/perl@27092
Diffstat (limited to 'pod')
-rw-r--r-- | pod/perldiag.pod | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/pod/perldiag.pod b/pod/perldiag.pod index 43056c102d..5e16420c1b 100644 --- a/pod/perldiag.pod +++ b/pod/perldiag.pod @@ -1083,12 +1083,6 @@ into a more specialized kind of SV. The top several SV types are so specialized, however, that they cannot be interconverted. This message indicates that such a conversion was attempted. -=item Can't upgrade to undef - -(P) The undefined SV is the bottom of the totem pole, in the scheme of -upgradability. Upgrading to undef indicates an error in the code -calling sv_upgrade. - =item Can't use anonymous symbol table for method lookup (F) The internal routine that does method lookup was handed a symbol |