This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Forbid source filters in Unicode evals
authorFather Chrysostomos <sprout@cpan.org>
Sun, 30 Oct 2011 02:56:18 +0000 (19:56 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Sun, 6 Nov 2011 08:13:46 +0000 (01:13 -0700)
commitf1c31c527b5fd97a0d6c39c815e40a37674881ca
tree35237861fdc41cd644f21efaf6f146c3cfc0d54c
parentcc7b5b23f454a503cb20d27859ae5c49d0a911e3
Forbid source filters in Unicode evals

Source filters have always been byte-level filters.  Therefore they
don’t make sense on Unicode strings, unless we are planning to add
new APIs to support it.  Until then, croak.
ext/XS-APItest/t/eval-filter.t
pod/perldiag.pod
toke.c