
Blog::Normalize::Tumblr - Blog::Normalize module for interaction on Tumblr

my $tumblr = Blog::Normalize::Tumblr->new(
email => 'foo@bar.com',
password => 'my super password',
);
$tumblr->connect;
$tumblr->import(posts => $other_BN_obj->posts);

This a module for interacting with Tumblr on the Blog::Normalize model. Currently, this module works using WWW::Mechanize to connect and perform the introduction of posts. The email and password required by the constructor are the Tumblr login information.

connect() and import() are present.posts().
David Moreno Garza, <damogar@gmail.com> - http://damog.net/

To Raquel (http://www.maggit.com.mx/), who makes me happy every single day of my life.

Copyright (C) 2008 by David Moreno Garza
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.8.8 or, at your option, any later version of Perl 5 you may have available.
The Do What The Fuck You Want To public license also applies. It's really up to you.