This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Make source filters work in evalbytes
authorFather Chrysostomos <sprout@cpan.org>
Fri, 4 Nov 2011 21:11:26 +0000 (14:11 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Sun, 6 Nov 2011 08:13:48 +0000 (01:13 -0700)
commit60d6334874c6f82066ad72b36a86bcb753de82a2
treef84c98df51148a83467bec30f03524fa644e1b12
parent233fb8229a314d457fa1db70bbe741ee5f985290
Make source filters work in evalbytes

When a filter is added, the current buffer is hung on the end of
the filters array, and a new substring of it becomes the current
buffer.
ext/XS-APItest/t/eval-filter.t
parser.h
pp_ctl.c
toke.c