WWW-TheMovieDB version 0.02
===========================

This module interfaces with TMDb API v3, it includes all of the available methods from the API.

INSTALLATION

To install this module type the following:

   perl Makefile.PL
   make
   make test
   make install

DEPENDENCIES

This module requires these other modules and libraries:

  HTTP::Request;
  LWP::UserAgent;
  URI::Escape;
  JSON

COPYRIGHT AND LICENCE

WWW::TheMovieDB by Paul Jobson is licensed under a Creative Commons Attribution-ShareAlike 3.0 Unported License.
http://creativecommons.org/licenses/by-sa/3.0/deed.en_US

Copyright (C) 2013 by Paul Jobson

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