Skip Menu |

This queue is for tickets about the CGI-Deurl-XS CPAN distribution.

Report information
The Basics
Id: 101061
Status: resolved
Priority: 0/
Queue: CGI-Deurl-XS

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

Bug Information
Severity: (no value)
Broken in: 0.07
Fixed in: 0.08



CC: ANDK [...] cpan.org
Subject: Test failure with perl 5.21.7
There's a test failure with perl 5.21.7. Same test works fine with 5.21.6, so it's either a regression in perl itself, or an intentional change. PERL_DL_NONLAZY=1 "/usr/perl5.21.7/bin/perl5.21.7" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t Use of the encoding pragma is deprecated at t/CGI-Deurl-XS.t line 64. # Failed test 'escape_u' # at t/CGI-Deurl-XS.t line 65. Wide character in print at /usr/perl5.21.7/lib/5.21.7/Test/Stream.pm line 573. # got: 'barက' # expected: 'barက' # Looks like you failed 1 test of 25. t/CGI-Deurl-XS.t .. Dubious, test returned 1 (wstat 256, 0x100) Failed 1/25 subtests
On Sun Dec 21 07:16:45 2014, SREZIC wrote: Show quoted text
> There's a test failure with perl 5.21.7. Same test works fine with > 5.21.6, so it's either a regression in perl itself, or an intentional > change.
No intentional change in the module, so I suspect the encoding module is doing something different in 5.21.7. Regardless, using encoding like that is awful so I've removed it in the just-uploaded C::D::X 0.08.