This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Integrate change #14778 from maintperl;
authorJarkko Hietaniemi <jhi@iki.fi>
Wed, 20 Feb 2002 15:24:19 +0000 (15:24 +0000)
committerJarkko Hietaniemi <jhi@iki.fi>
Wed, 20 Feb 2002 15:24:19 +0000 (15:24 +0000)
commitc13f253ac9074f84de2b3cc44ede54179a3ffbf0
treedac4b755b42b4678e2c1b493b060c1e777497a2d
parenta6c48a57b9ba63a7a72da88b9735f59a6e97a38e
Integrate change #14778 from maintperl;

constant folding on the range operator had the effect of disabling
peephole optimizations in all the siblings of the range OP; the
effect of this was that barewords could escape strictures when
they were hiding in such places
p4raw-link: @14778 on //depot/maint-5.6/perl: 0ef6625236721d79a74c662bb0d14b11d0d775c2

p4raw-id: //depot/perl@14791
p4raw-integrated: from //depot/maint-5.6/perl@14790 'merge in' op.c
(@14439..)
op.c
t/lib/strict/subs