The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Net::Douban::Subject

VERSION

version 1.14

SYNOPSIS

        my $c = Net::Douban->init(Roles => 'Subject');

DESCRIPTION

Interface to douban.com API Subject section

METHODS

get_book

argument: subjectID | isbnID

get_movie

argument: subjectID | imdbID

get_music

argument: subjectID

search_book

argument: q, tag

search_music

argument: q, tag

search_movie

argument: q, tag

SEE ALSO

Net::Douban Net::Douban::Traits::Gift Moose http://www.douban.com/service/apidoc/reference/subject

AUTHOR

woosley.xu <woosley.xu@gmail.com>

COPYRIGHT

Copyright (C) 2010 - 2011 by Woosley.Xu

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.10.0 or, at your option, any later version of Perl 5 you may have available.