I'm trying to make a request with AnyEvent::HTTP, but want to let a CPAN module construct the request for me. But this is resulting in a mangled request somehow. I have detailed the problem with sample code on Perlmonks here: <a href="http://www.perlmonks.org/?node_id=1001399">http://www.perlmonks.org/?node_id=1001399</a><br>
<br>Is my logic/expectation faulty or is this a bug?<br>