This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
fix C<if (...) { package Foo; ... }> misoptimization that fails
authorGurusamy Sarathy <gsar@cpan.org>
Thu, 26 Nov 1998 06:51:16 +0000 (06:51 +0000)
committerGurusamy Sarathy <gsar@cpan.org>
Thu, 26 Nov 1998 06:51:16 +0000 (06:51 +0000)
commit7ad382f40c272949663b62a641674bd9771ee3b8
treea3e68bac2583aee0cf9d8a2fcc30bec894332032
parent73a462964be81fd1ed02a757d25ecbbf6c0e2686
fix C<if (...) { package Foo; ... }> misoptimization that fails
to set the package for the block properly

p4raw-id: //depot/perl@2299
op.c
t/comp/package.t
t/lib/dumper.t