Skip Menu |

This queue is for tickets about the Test-HTTP CPAN distribution.

Report information
The Basics
Id: 79595
Status: resolved
Priority: 0/
Queue: Test-HTTP

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

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



Subject: Docs show headers as hashref, but HTTP::Request wants an array ref
Since this has always been broken I think you can just fix the docs. There's no back-compat issue. This manifests with this code: $test->get($uri, {Accept => $type}); You got this right in the test code.
Fixed in 0.18. thanks Dave!