Revision history for Net-eBay
0.60 Added support for submitFindingRequest function to work with eBay finding API. In Progress
0.61 added submitPaginatedFindingRequest with obvious functionality (takes all work out of pagination).
Do it for all packages that
* mention perl, or
* have a directory name starting with p5-*, or
* depend on a package starting with p5-
like last time, for 5.18, where this didn't lead to complaints.
Let me know if you have any this time.
a) refer 'perl' in their Makefile, or
b) have a directory name of p5-*, or
c) have any dependency on any p5-* package
Like last time, where this caused no complaints.
to trigger/signal a rebuild for the transition 5.10.1 -> 5.12.1.
The list of packages is computed by finding all packages which end
up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl,
or PERL5_PACKLIST defined in their make setup (tested via
"make show-vars VARNAMES=..."), minus the packages updated after
the perl package update.
sno@ was right after all, obache@ kindly asked and he@ led the
way. Thanks!
pkgsrc changes:
- Add license definition
- Adjust dependencies
Upstream changes:
0.54 Refined listing script to reflect a "no foreign sales" policy.
0.53 Added support for return policy in my sample listing script
0.52 Patch by Michael Hendrix to make eBay client retry up to 2
times (configurable) in case of connection errors.
0.51 Added a missing dependency.
to trigger/signal a rebuild for the transition 5.8.8 -> 5.10.0.
The list of packages is computed by finding all packages which end
up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl,
or PERL5_PACKLIST defined in their make setup (tested via
"make show-vars VARNAMES=...").
Pkgsrc changes:
o Adjust dependencies to match the package's Makefile.PL
Upstream changes:
0.50 Patches by Michael Hendrick to enable compression and use
of 'warn' instead of print STDERR.
0.49 Patches by Michael Hendrick and Tim Keefer.
0.48 Changes ebay-search.pl to add --currency and --country
0.47 Added more Scripts
0.46 Fixed POD coverage; changed some scripts in a minor way
0.45 Updated listing script to submit picture URL.
0.44 Added dependency on DateTime::Precise
0.43 Changed stuff for new way of specifying pictures when listing items
0.42 Added _last_text variable to have the last original XML response value
This module allows users to communicate with eBay using perl and
their XML based eBay API. You can use it to list items for sale,
bid, get seller item list, search, get ebay time, or do anything
else.
Many details of this API can be found at http://developer.ebay.com.
To be able to use this module, you need to register there and obtain
keys and a authentication token using "tokentool".
The job of its module is to encapsulate connectivity and authentication,
and communication with ebay. First, you need to initialize your
ebay connection by passing it credentials. After that, you can send
queries to eBay. A typical request is comprised of its name, and
a hash table of application parameters.