• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

examples/H03-May-2022-6041

lib/WWW/Scraper/ISBN/H23-Feb-2019-22081

t/H23-Feb-2019-250172

ChangesH A D23-Feb-20194 KiB11591

LICENSEH A D23-Feb-2019209 74

MANIFESTH A D03-Mar-2013240 1817

META.jsonH A D23-Feb-20191.8 KiB6560

META.ymlH A D23-Feb-20191.2 KiB4539

Makefile.PLH A D23-Feb-2019785 2919

READMEH A D23-Feb-2019930 4731

README

1WWW-Scraper-ISBN-ORA_Driver
2===========================
3
4This module is a Perl extension for ISBN search collection that is provide by
5WWW::Scraper::ISBN.
6
7This driver searches for book information from the O'Reilly Media's
8online catalog.
9
10INSTALLATION
11
12To install this module type the following:
13
14   perl Makefile.PL
15   make
16   make test
17   make install
18
19DEPENDENCIES
20
21This module requires these modules:
22
23  WWW::Mechanize
24  WWW::Scraper::ISBN
25  WWW::Scraper::ISBN::Record
26  WWW::Scraper::ISBN::Driver
27
28For testing the module requires these modules:
29
30  Data::Dumper
31  IO::File
32  Test::More
33
34For optional testing the module would like these modules:
35
36  Test::CPAN::Meta
37  Test::CPAN::Meta::JSON
38  Test::Pod
39  Test::Pod::Coverage
40
41COPYRIGHT AND LICENSE
42
43  Copyright (C) 2004-2019 Barbie for Miss Barbell Productions
44
45  This distribution is free software; you can redistribute it and/or
46  modify it under the Artistic Licence v2.
47