Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the WWW-Tumblr CPAN distribution.

Report information
The Basics
Id: 65029
Status: resolved
Priority: 0/
Queue: WWW-Tumblr

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

Bug Information
Severity: Critical
Broken in: 4
Fixed in: 5.00



WWW::Tumblr is submitting unencoded POSTs to the Tumblr API This will fix it: use HTTP::Request::Common qw/ POST /; $req = POST 'http://www.tumblr.com/api/write' => \%opts;
No longer applies in 5.00.