File Coverage

blib/lib/WWW/Ebay.pm
Criterion Covered Total %
statement 6 6 100.0
branch n/a
condition n/a
subroutine 2 2 100.0
pod n/a
total 8 8 100.0


line stmt bran cond sub pod time code
1              
2             =head1 NAME
3              
4             WWW::Ebay - Search and manage eBay auctions
5              
6             =head1 DESCRIPTION
7              
8             This is an empty module. It only exists so that CPAN users can say
9             "install WWW::Ebay" (and CPANPLUS users can say "i WWW::Ebay") and
10             they'll get what they expect. Well, actually I'm not sure what they
11             expect, but they'll get something reasonable.
12              
13             =head1 SEE ALSO
14              
15             L,
16             L,
17             L,
18             L,
19             L,
20             L,
21             L
22             L
23              
24             =head1 AUTHOR
25              
26             Martin 'Kingpin' Thurn, C, L.
27              
28             =head1 LICENSE
29              
30             This software is released under the same license as Perl itself.
31              
32             =cut
33              
34             package WWW::Ebay;
35              
36 1     1   4282 use strict;
  1         1  
  1         22  
37 1     1   3 use warnings;
  1         1  
  1         34  
38              
39             require 5.005;
40              
41             our
42             $VERSION = '1.005';
43              
44             1;
45              
46             __END__