Skip Menu |

This queue is for tickets about the Data-Decode CPAN distribution.

Report information
The Basics
Id: 113305
Status: open
Priority: 0/
Queue: Data-Decode

People
Owner: Nobody in particular
Requestors: SREZIC [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in:
  • 0.00006
  • 0.00007_01
Fixed in: (no value)



Subject: qw without parentheses
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)"
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)) {