File Coverage

blib/lib/WWW/Scraper/ISBN/Amazon_Driver.pm
Criterion Covered Total %
statement 9 9 100.0
branch n/a
condition n/a
subroutine 3 3 100.0
pod n/a
total 12 12 100.0


line stmt bran cond sub pod time code
1             package WWW::Scraper::ISBN::Amazon_Driver;
2              
3 4     4   80076 use strict;
  4         8  
  4         112  
4 4     4   19 use warnings;
  4         8  
  4         126  
5              
6 4     4   21 use vars qw($VERSION);
  4         8  
  4         275  
7             $VERSION = '1.00';
8              
9             q< https://smile.amazon.co.uk/gp/registry/wishlist/ref=cm_wl_your_lists >;
10              
11             #--------------------------------------------------------------------------
12              
13             =head1 NAME
14              
15             WWW::Scraper::ISBN::Amazon_Driver - A collection of search drivers for Amazon.
16              
17             =head1 SYNOPSIS
18              
19             See parent class documentation (L)
20              
21             =head1 DESCRIPTION
22              
23             Searches for book information from the UK & US Amazon online catalogs.
24              
25             For specific usability of the drivers, please see the documentation for the
26             respective driver you require.
27              
28             =head1 REQUIRES
29              
30             Requires the following modules be installed:
31              
32             L,
33             L,
34              
35             =head1 SEE ALSO
36              
37             L,
38             L,
39             L
40              
41             =head1 BUGS, PATCHES & FIXES
42              
43             There are no known bugs at the time of this release. However, if you spot a
44             bug or are experiencing difficulties that are not explained within the POD
45             documentation, please send an email to barbie@cpan.org or submit a bug to the
46             RT system (http://rt.cpan.org/Public/Dist/Display.html?Name=WWW-Scraper-ISBN-Amazon_Driver).
47             However, it would help greatly if you are able to pinpoint problems or even
48             supply a patch.
49              
50             Fixes are dependent upon their severity and my availability. Should a fix not
51             be forthcoming, please feel free to (politely) remind me.
52              
53             =head1 AUTHOR
54              
55             Barbie,
56             for Miss Barbell Productions .
57              
58             =head1 COPYRIGHT & LICENSE
59              
60             Copyright (C) 2004-2019 Barbie for Miss Barbell Productions
61              
62             This distribution is free software; you can redistribute it and/or
63             modify it under the Artistic Licence v2.
64              
65             =cut