diff options
author | Nicholas Clark <nick@ccl4.org> | 2006-02-23 18:00:19 +0000 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2006-02-23 18:00:19 +0000 |
commit | c0c446747ad6c5bde53bc8415ca16ef77f6320f2 (patch) | |
tree | 93c44ce727b19ed69ac39f8e982a9e958892bf57 /pod | |
parent | 32777db77ef3ebe0f903c9762d2dd94575f9b4a6 (diff) | |
download | perl-c0c446747ad6c5bde53bc8415ca16ef77f6320f2.tar.gz |
Remove set magic from typeglobs. Remove typeglob magic entirely.
Typeglobs now never access the SvPVX, SvIVX or SvNVX when holding a
valid GvGP().
p4raw-id: //depot/perl@27289
Diffstat (limited to 'pod')
-rw-r--r-- | pod/perlguts.pod | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/pod/perlguts.pod b/pod/perlguts.pod index 7d1392a479..0d17aa4ff5 100644 --- a/pod/perlguts.pod +++ b/pod/perlguts.pod @@ -1060,7 +1060,6 @@ The current kinds of Magic Virtual Tables are: y PERL_MAGIC_defelem vtbl_defelem Shadow "foreach" iterator variable / smart parameter vivification - * PERL_MAGIC_glob vtbl_glob GV (typeglob) # PERL_MAGIC_arylen vtbl_arylen Array length ($#ary) . PERL_MAGIC_pos vtbl_pos pos() lvalue < PERL_MAGIC_backref vtbl_backref back pointer to a weak ref |