# $rcs = ' $Id: Ebay.pm,v 1.29 2009-10-30 03:12:29 Martin Exp $ ' ; =head1 NAME WWW::Ebay - Search and manage eBay auctions =head1 DESCRIPTION This is an empty module. It only exists so that CPAN users can say "install WWW::Ebay" (and CPANPLUS users can say "i WWW::Ebay") and they'll get what they expect. Well, actually I'm not sure what they expect, but they'll get something reasonable. It is also used to control the version number of the distribution. =head1 SEE ALSO L, L, L, L, L, L, L L =head1 AUTHOR Martin Thurn, C, L. =head1 LICENSE This software is released under the same license as Perl itself. =cut package WWW::Ebay; use strict; use warnings; our $VERSION = '0.091'; 1; __END__