WWW::Search::Ebay::Auctions - backend for searching auctions at www.ebay.com


WWW-Search-Ebay documentation Contained in the WWW-Search-Ebay distribution.

Index


Code Index:

NAME

Top

WWW::Search::Ebay::Auctions - backend for searching auctions at www.ebay.com

DESCRIPTION

Top

This module is just a synonym of WWW::Search::Ebay.

AUTHOR

Top

Martin 'Kingpin' Thurn, mthurn at cpan.org, http://tinyurl.com/nn67z.

LICENSE

Top

Copyright (C) 1998-2009 Martin 'Kingpin' Thurn


WWW-Search-Ebay documentation Contained in the WWW-Search-Ebay distribution.

# $Id: Auctions.pm,v 1.9 2010-04-25 00:03:17 Martin Exp $

package WWW::Search::Ebay::Auctions;

use strict;
use warnings;

use base 'WWW::Search::Ebay';
our
$VERSION = do { my @r = (q$Revision: 1.9 $ =~ /\d+/g); sprintf "%d."."%03d" x $#r, @r };

1;

__END__