Subject: | Filters no longer working (eg. HTMLFilters) |
Hi,
after upgrading from Mason 2.07, HTMLFilters don't work anymore.
Using <% $foo | H %> causes this error message:
'ARRAY(0x107541e48)' is neither a code ref nor a filter object at
/opt/local/lib/perl5/site_perl/5.12.2/Mason/Request.pm line 353.
It's also not possible to install the HTMLFilters plugin with the latest Mason:
<jomo> # Failed test 'test_html_filters died ('ARRAY(0x100f9a738)' is neither a code ref nor
a filter object at /Users/clt/perl5/lib/perl5/Mason/Request.pm line 353.)'
Severity is critical, because it brakes Mason2 when using filters, which are essential for
websites.
Matthias