Skip Menu |

This queue is for tickets about the Plack-Middleware-TazXSLT CPAN distribution.

Report information
The Basics
Id: 110090
Status: resolved
Priority: 0/
Queue: Plack-Middleware-TazXSLT

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

Bug Information
Severity: (no value)
Broken in: 0.55
Fixed in: 0.55



Subject: Tests fail with Plack 1.0038
Tests fail if Plack 1.0038 is installed. Earlier Plack versions are fine. The failing test log starts with: # Failed test 'Mirroring errors from backend: code' # at t/errors.t line 80. # got: '500' # expected: '404' # Failed test 'Mirroring errors from backend: headers' # at t/errors.t line 81. # got: undef # expected: 'Bar' # Failed test 'Mirroring redirections from backend: code' # at t/errors.t line 87. # got: '500' # expected: '301'
On 2015-12-04 15:45:36, SREZIC wrote: Show quoted text
> Tests fail if Plack 1.0038 is installed. Earlier Plack versions are fine. > > The failing test log starts with: > # Failed test 'Mirroring errors from backend: code' > # at t/errors.t line 80. > # got: '500' > # expected: '404' > > # Failed test 'Mirroring errors from backend: headers' > # at t/errors.t line 81. > # got: undef > # expected: 'Bar' > > # Failed test 'Mirroring redirections from backend: code' > # at t/errors.t line 87. > # got: '500' > # expected: '301'
Possibly related to https://github.com/plack/Plack/issues/541 which is fixed in Plack 1.0039.
Show quoted text
> Possibly related to https://github.com/plack/Plack/issues/541 which is > fixed in Plack 1.0039.
Yeah, the tests fail only with 1.0038. This is now specified in my Build.PL on github. Thanks for catching that. Cheers, Mario