{perl>=5.16.6,p5-ExtUtils-ParseXS>=3.15}:../../devel/p5-ExtUtils-ParseXS
since pkgsrc enforces the newest perl version anyway, so they
should always pick perl, but sometimes (pkg_add) don't due to the
design of the {,} syntax.
No effective change for the above reason.
Ok joerg
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.
0.62 (01/26/2013)
(dc) Add support for HTTP compression where available, enabled by default.
(cb) Add support for EAN to the US locale, as reported by Jacob Turino.
(cb) Add Spain and Italy locales, as implemented by Menno Blom.
(cb) Add some new departments in Amazon.co.jp, as implemented Naoya Ito.
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.
(WSDL older than 2011-08-01 will not be supported after Feb 22, 2012)
0.61 (10/28/2011)
(cb) rt 71937; Amazon now requires an Associate Tag, so enforce usage.
(cb) The ListLookup operation has been removed from the WSDL (from 2010!),
scrub all of the wishlist operations as a result.
(cb) Update to the latest WSDL - 2011-08-01.
Revision history for Perl extension Net::Amazon:
0.60 (08/01/2011)
(cb) Fix the page and max_pages parameter to correctly fetch the specified
number of pages, and start at the correct offset. Reported as rt 69201.
(cb) Add a method to get similar products. Patch submitted by Jennifer.
(cb) Push from cpanservice: Small dist maintenance. Please use latest
ExtUtils::MakeMaker for release.
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!
0.59 (11/02/2009)
(cb) DigitalMusicTrack.pm was not included, reported by Matt
Okeson-Harlow.
0.58 (11/01/2009)
(cb) Update the Keywords library in Validate - reported by Dave
Hodgkinson.
(cb) Added customer_location and customer_name accessors to review
results for Scott Weisman.
(cb) Nathan Handler re-re-reported a man page issue, rt 46708.
0.57 (09/08/2009)
(cb) David Raab reported an incomplete kit via rt.cpan.org. Re-run
make manifest to address my mistake.
0.56 (09/07/2009)
(cb) Add support for searching MP3 downloads as requsted by Dave
Hodgkinson.
(cb) Required for MP3 Downloads, and inspired by Vince Veselosky's
fix, update aws4-itemsearch.
(cb) secret_key is now a required parameter. Update all of the example
scripts with the secret_key parameter.
0.55 (07/20/2009)
(cb) Yuichi Tateno implemented support for the SearchIndex all.
(cb) Vince Veselosky fixed adm/aws4-types script, and as a result
updated classes in Validate/Type.
(cb) Update to WSDL 2009-07-16.
0.54 (06/17/2009)
(cb) Alfons Wittmann reported that signing requests broke caching due
to the current time being incorporated into every signed URL
submitted.
While here, set LICENSE=${PERL5_LICENSE}.
Revision history for Perl extension Net::Amazon:
0.53 (06/13/2009)
(cb) Nathan Handler re-reported a man page issue on Ubuntu, rt 46708.
I managed to fix 197 issues, except for the specific one he called
out in the bug.
0.52 (06/09/2009)
(cb) Nathan Handler reported a man page issue on Ubuntu, rt 46708.
0.51 (06/05/2009)
(cb) Vince Veselosky submitted a patch to support request signing, a
feature that is required for accessing AWS after 2009-08-15.
Upgrading is recommended.
(cb) Complete the upgrade to WSDL 2009-03-31 that was started by
Vince Veselosky.
(cb) Clean-up POD issues found by pod checker.
(cb) Indicate the code has moved to github.com.
(cb) Update the README to reflect the actual date of the WSDL.
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=...").
Net::Amazon provides an object-oriented interface to amazon.com's
SOAP and XML/HTTP interfaces. This way it's possible to create applications
using Amazon's vast amount of data via a functional interface, without
having to worry about the underlying communication mechanism.