David Moreno > Blog-Normalize-0.0rc2 > Blog::Normalize::Tumblr

Download:
Blog-Normalize-0.0rc2.tar.gz

Dependencies

Annotate this POD

CPAN RT

Open  0
View/Report Bugs
Module Version: 0.1   Source  

NAME ^

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

SYNOPSIS ^

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

DESCRIPTION ^

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.

TODO ^

AUTHOR ^

David Moreno Garza, <damogar@gmail.com> - http://damog.net/

THANKS ^

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

COPYRIGHT AND LICENSE ^

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.

syntax highlighting: