Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the Dancer CPAN distribution.

Report information
The Basics
Id: 55714
Status: resolved
Priority: 0/
Queue: Dancer

People
Owner: Nobody in particular
Requestors: nanis [...] runu.moc.invalid
Cc:
AdminCc:

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



Subject: Test failure in t/03_route_handler/11_redirect.t
I get the following when I try to build Dancer 1.16 from source: t/03_route_handler/11_redirect.t ............. 1/? # Failed test 'location is set to http://localhost/' # at t/03_route_handler/11_redirect.t line 36. # got: '//localhost/' # expected: 'http://localhost/' # Looks like you failed 1 test of 8. t/03_route_handler/11_redirect.t ............. Dubious, test returned 1 (wstat 256, 0x100) Failed 1/8 subtests C:\DOCUME~1\user\LOCALS~1\Temp\Dancer-1.160> perl -v This is perl, v5.10.1 built for MSWin32-x86-multi-thread (with 2 registered patches, see perl -V for more detail) Copyright 1987-2009, Larry Wall Binary build 1006 [291086] provided by ActiveState http://www.ActiveState.com
This was caused by PSGI parameter psgi.http_scheme being called PSGI.HTTP_SCHEME on Windows platform. This was fixed in Dancer developer version 1.173_1, and will be in Dancer production version 1.174 or later.