Hello,
When I tried to prove -blv t\t_filter.t on Windows 8.1 64 bit under Strawberry Perl 5.24.1 64 bit, the test failed.
It seems to me that t\t_filter.t contains locale-dependent tests.
Here are the results of the test.
filter_t-results.txt
Relevant part of the results:
ok 84 - template text 41 processed OK: [% 'arse' | stderr %]\nstderr: [%...
MATCH FAILED
input: [[% 'arse' | stderr %]\nstderr: [% stderr %]\n]
expect: [stderr: arse]
output: [stderr: Locale 'Japanese_Japan.932' may not work well. Some characters in it are not recognized by Perl.\narse]
not ok 85 - template text 41 did not match expected
ok 86 - template text 42 processed OK: [% percent = '%'\n left = "[...
Thank you,