Commit graph

5 commits

Author SHA1 Message Date
OBATA Akio
0590406f05 Update p5-Net-Amazon to 0.43.
0.43 (06/20/2007)
   (cb) Simon Wistow <simon@thegestalt.org> found an bug with wishlist
        processing, which would cause Net::Amazon to give up prematurely.
   (cb) Be more graceful when dealing with Small ResponseGroups by trying
        to avoid Perl warnings.
   (cb) Added a gross hack to deal with Amazon's wishlist handling to ensure
        the wishlist test can actually pass.

0.42 (06/18/2007)
   (cb) Add scripts to automatically generate the canned test data.
   (cb) Serge Dubrouski <sergeyfd@gmail.com> noted an inconsistency in the
        documentation for ImageUrl{Small,Medium,Large}.  When I converted to
        AWS4 I renamed these functions accidently.  Add back the old function
        names, and keep the new functions around.

0.41 (04/10/2007)
   (cb) Tumer Garip <tgarip@neu.edu.tr> found a long standing bug for the
        Music properties whereby track data were not correctly captured, and
        returned.
   (cb) Fix the Artist test to account for this lapse in the future, and add
        more tests as well.
2007-08-04 02:48:04 +00:00
OBATA Akio
064f730f26 Update p5-Net-Amazon to 1.40, and fixed dependency about Time::HiRes module.
0.40 (03/12/2007)
   (cb) UPC accepts a search index, so process it.
   (cb) Fix the documentation for ProductName.
   (cb) Make ProductName an alias for [Tt]itle, both ProductName suggestions
        were from Frank Tobia <frank.tobia@gmail.com>.
   (cb) Add searches for director and title, contributed by Carl Franks
        <fireartist@gmail.com>.

0.39 (02/18/2007)
   (cb) Update documentation, 10-digit vs. 13-digit ISBN was incorrect.
   (cb) Add support for searching by EAN.  This is only valid for
        non-US locations.  Suggested by Nick Faarvang.
   (cb) Remove UPC ItemSearch'es for non-US locales, it is invalid.
   (cb) Fix a long standing bug when validating search against non-US
        locales.

0.38 (01/24/2007)
   (cb) Update documentation, dewey_decimal_number is for non-fiction
        only.
   (cb) Add support for searching by ISBN.
   (cb) UPC is an ItemLookup, not an ItemSearch.

0.37 (01/23/2007)
   (cb) Update to WSDL 01-17-2007.
   (cb) Update index.html to indicate a differences between AWS3 and
        AWS4 releases.
   (cb) Add POD for all types of item searches.
   (cb) Add actor, and author to the SEARCH_TYPE_CLASS_MAP.
   (cb) README is generated from Amazon.pm, update Amazon.pm with the
        changes made to README, and regenerate README.
   (cb) Mike Schilli found a bug with non-US locales for Reviews where
        TotalVotes was always zero.  This caused a bogus warning.

0.36 (01/09/2007)
   (cb) Christopher Boumenot is taking over has maintainer of Net::Amazon.
   (cb) Update the library to use AWS4 from AWS3.  The changes involved
        are quite deep.  While I have strived to keep interfaces the same
        that was not always possible.  I am sure there are still bugs
        to be had that need to be fixed.
   (cb) Add searching by Author, Actor, MusicLabel, and Publisher.
   (cb) Add the property functions numpages(), dewey_decimal(), and
        SuperSaverShipping().
   (cb) Add new property classes for CE (consumer electronics), Software,
        and VideoGames.
   (cb) Restrucure the fetch code to reduce the need to directly poke
        the XML where applicable.  There is still cleanup that needs to
        be done.
   (cb) Remove to need explicitly specify mode parameters.
   (cb) Autogenerate libraries based on data from Amazon's ECS specs to
        determine a default mode for the user.
   (cb) Autogenerate libraries based on data form Amazon's ECS specs to
        determine the search types available for a given.  This
        information is also locale specific.
   (cb) Cleanup locale support, and add support for France, and Canada.
        Locale support needs more testing.
   (cb) Add support for the different search response types in AWS4:
        small, medium, large, similarities, reviews, etc.  The search
        response type is automatically determined based on search mode.

0.35 (02/04/2006)
   (ms) Took starring() out of eg/asin_dvd, looks like it is no longer
        supported by amzn (reported by Joseph Ronie).
2007-03-25 05:21:48 +00:00
Roman Kulik
1530c0cf80 Removed WWW: line from DESCR file. 2006-04-13 19:35:51 +00:00
Roman Kulik
69bf02a1f2 Changed the path for prerequite packages inside Makefile that are still in wip + updated version of required packages 2005-09-02 18:30:55 +00:00
Roman Kulik
1f48eb75a9 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.

WWW: http://search.cpan.org/dist/Net-Amazon/
2005-08-24 21:18:37 +00:00