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.