On Thu Mar 24 09:47:35 2016, SREZIC wrote:
Show quoted text> Tests fail for newer perls (5.17.x and newer):
>
> syntax error at t/encode/03_http_response.t line 23, near "$encoding
> qw(euc-jp shiftjis 7bit-jis utf8)"
I do not have the ability to fix this but you can build, install and use this module by changing line 23 of 03_http_response.t to:
foreach my $encoding (qw(euc-jp shiftjis 7bit-jis utf8)) {