This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Fix a bug - the introduction of the caching code means that we should
authorNicholas Clark <nick@ccl4.org>
Sat, 15 Apr 2006 20:01:58 +0000 (20:01 +0000)
committerNicholas Clark <nick@ccl4.org>
Sat, 15 Apr 2006 20:01:58 +0000 (20:01 +0000)
commitec0b63d7653607317b5427af153e4a7e13388bee
treee7bfff01d2ac48b9c9f00d4d6ec6f89adc7813a4
parent941a98a017bebaf9418c346af5601481227ecf3c
Fix a bug - the introduction of the caching code means that we should
initialise the SV upstream after it.
assert that filter_sub is always non-null now.

p4raw-id: //depot/perl@27820
pp_ctl.c