diff options
author | Father Chrysostomos <sprout@cpan.org> | 2014-09-24 01:42:30 -0700 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2014-10-10 21:55:09 -0700 |
commit | 9cce4f9a8471c0b7a6994f36be8819352a4d9483 (patch) | |
tree | 99f2ab891ecd57f1f1d82e5ecfdd803b26b3aaef /pod/perlguts.pod | |
parent | 4c5bab508cf172e32fdb9e8567ff635b6d783791 (diff) | |
download | perl-9cce4f9a8471c0b7a6994f36be8819352a4d9483.tar.gz |
Add lvref magic type
I just couldn’t resist using the backslash for the character, even
though I had to tweak mg_vtable.pl to make it work.
Diffstat (limited to 'pod/perlguts.pod')
-rw-r--r-- | pod/perlguts.pod | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/pod/perlguts.pod b/pod/perlguts.pod index b70ead05e1..b9ab1e898f 100644 --- a/pod/perlguts.pod +++ b/pod/perlguts.pod @@ -1218,6 +1218,8 @@ will be lost. y PERL_MAGIC_defelem vtbl_defelem Shadow "foreach" iterator variable / smart parameter vivification + \ PERL_MAGIC_lvref vtbl_lvref Lvalue reference in list + assignment ] PERL_MAGIC_checkcall vtbl_checkcall inlining/mutation of call to this CV ~ PERL_MAGIC_ext (none) Available for use by |