CC: | ZEFRAM [...] cpan.org |
Subject: | Bleadperl v5.13.6-26-gf07ec6dd breaks F:A 0.14 |
Bleadperl has removed the Filter inheritance option in:
commit f07ec6dd59215a56bc1159449a9631be7a02a94d
Author: Zefram <zefram@fysh.org>
Date: Wed Oct 13 19:05:19 2010 +0100
remove filter inheritance option from lex_start
The only uses of lex_start that had the new_filter parameter false,
to make the new lexer context share source filters with the previous
lexer context, were uses with rsfp null, which therefore never invoked
source filters. Inheriting source filters from a logically unrelated
file seems like a silly idea anyway.
Same fate as Filter::CommaEquals, see eventually ticket #63373.
HTH, Regards,