This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perly.y: Remove use of latefree from package foo {}
authorFather Chrysostomos <sprout@cpan.org>
Sun, 15 Jul 2012 01:45:41 +0000 (18:45 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Sun, 15 Jul 2012 01:45:41 +0000 (18:45 -0700)
commitc55d2e076a02daf604c28e6725a61c1495171552
treeec292262586d8bbfa424ce9ff04b8bb0530ddbcf
parent09fe0e743e8130220807fdb2c6fc2817bcd6433c
perly.y: Remove use of latefree from package foo {}

It is not necessary for the op containing the sv containing the name
of the package to last until the end of the block.  Perl_package can
free the op immediately, as the only information it needs from it it
copies to the sv in PL_curstname.  The version number can be treated
the same way.
perly.act
perly.h
perly.tab
perly.y