Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the POEx-Role-PSGIServer CPAN distribution.

Report information
The Basics
Id: 66270
Status: resolved
Priority: 0/
Queue: POEx-Role-PSGIServer

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

Bug Information
Severity: Important
Broken in: 1.103341
Fixed in: (no value)



Subject: suite.t fails on 1.103341
PSGIServer 1.103341 fails its own unit tests on Debian Squeeze with Perl 5.12.2, as follows: tobyc@acute:~/.cpanplus/5.12.2/build/POEx-Role-PSGIServer-1.103341$ make test PERL_DL_NONLAZY=1 /usr/local/strategic/perl/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/streaming.t .. skipped: Test requires module 'HTTP::Parser::XS' but it's not found t/suite.t ...... 1/? # Failed test at /usr/local/strategic/perl/lib/5.12.2/Test/More.pm line 377. # got: '///bar/baz' # expected: '//foo///bar/baz' # Looks like you failed 1 test of 85. t/suite.t ...... Dubious, test returned 1 (wstat 256, 0x100) Failed 1/85 subtests Test Summary Report ------------------- t/suite.t (Wstat: 256 Tests: 85 Failed: 1) Failed test: 85 Non-zero exit status: 1 Files=2, Tests=85, 2 wallclock secs ( 0.05 usr 0.00 sys + 1.98 cusr 0.14 csys = 2.17 CPU) Result: FAIL Failed 1/2 test programs. 1/85 subtests failed. make: *** [test_dynamic] Error 1
Sorry it took me so long to get this fixed. The problem was from upstream (HTTP::Parser, which is a couple dependencies up) so it took a while to get everything moving. The latest release depends on the fixed upstream modules, so we're all set now.