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;
This queue is for tickets about the WWW-Tumblr CPAN distribution.
The Basics
People
|
Bug Information
|