The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
WWW-Scraper-ISBN-AmazonFR_Driver

This distribution contains a Perl extension for the ISBN search collection 
that is provide by WWW::Scraper::ISBN.

The driver search for book information from the Amazon online catalog from
the FR (amazon.fr).

Implementation follows closely WWW::Scraper::ISBN::AmazonUS_Driver.

INSTALLATION

To install this module, run the following commands:

    perl Makefile.PL
    make
    make test
    make install

DEPENDENCIES

This module requires these other modules:

  WWW::Scraper::ISBN
  WWW::Scraper::ISBN::Record
  WWW::Scraper::ISBN::Driver
  WWW::Mechanize


SUPPORT AND DOCUMENTATION

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

    perldoc WWW::Scraper::ISBN::AmazonFR_Driver

You can also look for information at:

    Search CPAN
        http://search.cpan.org/dist/WWW-Scraper-ISBN-AmazonFR_Driver

    CPAN Request Tracker:
        http://rt.cpan.org/NoAuth/Bugs.html?Dist=WWW-Scraper-ISBN-AmazonFR_Driver

    AnnoCPAN, annotated CPAN documentation:
        http://annocpan.org/dist/WWW-Scraper-ISBN-AmazonFR_Driver

    CPAN Ratings:
        http://cpanratings.perl.org/d/WWW-Scraper-ISBN-AmazonFR_Driver

COPYRIGHT AND LICENCE

Copyright (C) 2007 Fabien Galand

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