This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Allow CVs to point to HEKs rather than GVs
authorFather Chrysostomos <sprout@cpan.org>
Sun, 8 Jul 2012 00:35:10 +0000 (17:35 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Sun, 16 Sep 2012 05:44:59 +0000 (22:44 -0700)
commitb290562ef436d5316a2f75513def7f4f18c4ef34
treecf17255810711fb72c2702959076b99265b56068
parent97b03d64e557578d3dbfeb6e6ca37ba57d57e858
Allow CVs to point to HEKs rather than GVs

This will allow named lexical subs to exist independent of GVs.
cv.h
ext/B/B.xs
gv.c
pad.c
pp.c
sv.c
sv.h