aboutsummaryrefslogtreecommitdiffstats
path: root/net/p5-Net-Amazon
Commit message (Collapse)AuthorAgeFilesLines
* - update to 0.34clsung2005-07-212-3/+3
| | | | - Added similar_asins() to Net::Amazon::Property
* - update to 0.33clsung2005-02-253-3/+6
| | | | | | | - from Changes: - Makefile.PL prerequisite changed from undef to '0'. - Greg McCann <greg AT cambria dot com> added ThirdPartyProductInfo. - Added Exchange requests with help by Greg McCann.
* - update to 0.32clsung2004-10-212-3/+3
| | | | Approved by: co-mentor (vanilla)
* - update to 0.31clsung2004-10-132-3/+3
| | | | | | | | - bug fix and patch. PR: ports/72605 Submitted by: Toshiya SAITOH <toshiya AT saitoh dot nu> Approved by: co-mentor (vanilla)
* Detect p5-Time-HiRes properly.clsung2004-09-011-1/+1
| | | | | | PR: ports/71245 Submitted by: Simon Dick <simond@irrelevant.org> Approved by: vanilla (co-mentor)
* My territory, suggested by ijliao. :pclsung2004-08-201-1/+1
| | | | Approved by: vanilla (co-mentor)
* - Update to 0.29vanilla2004-08-183-4/+13
| | | | | | | - new modules along with manpages... PR: ports/70552 Submitted by: maintainer
* Update to 0.28.vanilla2004-08-092-3/+6
| | | | | PR: ports/70155 Submitted by: maintainer
* - Update to 0.26vanilla2004-07-193-26/+26
| | | | | | | - rearrange pkg-plist PR: ports/69284 Submitted by: maintainer
* - update from 0.19 to 0.21vanilla2004-05-063-4/+9
| | | | | | | - add Request/Sort.pm Request/TextStream.pm Response/TextStream.pm PR: ports/66233 Submitted by: maintainer
* - from 0.18 to 0.19erwin2004-02-193-2/+6
| | | | | | | | | | | | | - cut from Changes (ms) Michael Coulter noticed that eg/review had the wrong path to Review.pm. (ms) Sam Smith noticed that the dependency on LWP::UserAgent was missing from the documentation. (ms) Bill Fitzpatrick provided a patch implementing and testing Manufacturer searches. PR: 63045 Submitted by: maintainer
* - update from 0.17 to 0.18erwin2004-01-023-19/+22
| | | | | | | | | | | | | | | - refine pkg-plist - Brian Hirt provided a patch for multiple error messages returned by some requests to AMZN. There's two accessors now, Response->messages() returning a ref to an array of error messages, and Response->message() returning them stringed together for backwards compatibility. - Padraic Renaghan provided a patch for access to upc/media/nummedia fields in Music.pm - Fixed test suite warnings with perl 5.8.2 in N::A::Property::Book. PR: 60813 Submitted by: maintainer
* Add 'Blended' search on a keyword, resulting in matches across thelinimon2003-11-212-3/+3
| | | | | | | | board. No 'mode' parameter is allowed. According to Amazon's developer's kit, this will result in up to three matches per category and can yield a total of 45 matches. PR: ports/59414 Submitted by: Cheng-Lung Sung <clsung@dragon2.net> (maintainer)
* Add p5-Net-Amazon 0.16,erwin2003-10-294-0/+93
framework for accessing amazon.com via SOAP and XML/HTTP. PR: 58414 Submitted by: clsung@dragon2.net