WWW-Sucksub-Extratitles

WWW-Sucksub-Extratitles is a web automate based on the www::Mechanize module from G.Aas.
It allows to search and store http links and movie title about subtitles files provide by the extratitles database.
Subtitles references are stored in a dbm file that you can use in any way you want.


INSTALLATION

To install this module, run the following commands:

    perl Makefile.PL
    make
    make test
    make install


Alternatively, to install with Module::Build, you can use the following commands:

    perl Build.PL
    ./Build
    ./Build test
    ./Build install


SUPPORT AND DOCUMENTATION

After installing, you can find documentation for this module with the perldoc command.

    perldoc WWW::Sucksub::Extratitles

You can also look for information at:

    Search CPAN
        http://search.cpan.org/dist/WWW-Sucksub-Extratitles

    CPAN Request Tracker:
        http://rt.cpan.org/NoAuth/Bugs.html?Dist=WWW-Sucksub-Extratitles

    AnnoCPAN, annotated CPAN documentation:
        http://annocpan.org/dist/WWW-Sucksub-Extratitles

    CPAN Ratings:
        http://cpanratings.perl.org/d/WWW-Sucksub-Extratitles

COPYRIGHT AND LICENCE

Copyright (C) 2006 Timoth�e foucart

This program is free software; you can redistribute it and/or modify it
under the same terms as Perl itself.