This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Add more tests for the builtin source filter implementation, and fix
authorNicholas Clark <nick@ccl4.org>
Sat, 15 Apr 2006 13:45:13 +0000 (13:45 +0000)
committerNicholas Clark <nick@ccl4.org>
Sat, 15 Apr 2006 13:45:13 +0000 (13:45 +0000)
commit5675696b3881ef5bfde3012a829ca51ab1d42333
tree8752f6d49bf11183e5a022fd217c6c5c87d96302
parentbde61959ea5e52e421c597172a9aeac53357fcd9
Add more tests for the builtin source filter implementation, and fix
two bugs - it would loop infinitely if data were already in the read
buffer, and it would process those data twice.

p4raw-id: //depot/perl@27812
pp_ctl.c
t/op/incfilter.t