TVGuide-NL

TVGuide::NL is a Perl interface to the Dutch TV schedules of http://gids.omroep.nl/.

Please note that you are allowed to use the data from http://gids.omroep.nl/ for your personal use only. See http://gids.omroep.nl/info/help.php#faq7 for more information on the copyright of the program scedule data.

For more details please read the man page of module.

INSTALLATION

To install this module type the following:

        perl Makefile.PL
        make
        make test
        make install

To install this module in the specific path use:

perl Makefile.PL PREFIX=/path/to/your/lib

To install the module in your home directory use that command:

perl Makefile.PL PREFIX=YOU_HOME/path/to/your/lib

Note: you don't need to have a root privileges to do that!

Also, you can use CPAN shell:

        > perl -MCPAN -e shell
        cpan> install IMDB::Film

or use command 'cpan':

> cpan install IMDB::Film

DEPENDENCIES

This module requires these other modules and libraries:

HTML::TokeParser
LWP::Simple
Cache::Cache

AUTHOR

Bas Zoetekouw <bas@debian.org>

COPYRIGHT AND LICENCE

Copyright (c) 2005-2006 by Bas Zoetekouw.

This library is free software; you can redistribute it and/or modify it under the terms of the Artistic License and/or the GNU General Public License version 2.

Please refer to the LICENSE file for more information.