From a43cf01976e5580d5a18fcd62e5dc9216c9fd4da Mon Sep 17 00:00:00 2001 From: Danny Hembree Date: Mon, 7 Dec 2009 01:17:52 -0800 Subject: [PATCH] Updated Change file to show changes to .62 version --- Changes | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/Changes b/Changes index 5dbdb77..2097ab3 100644 --- a/Changes +++ b/Changes @@ -1,15 +1,16 @@ Revision history for Perl extension Business::PayPal::API. Release 0.68 - First hembreed release ------------------------------------- -I've moved the module's scm to http://github.com/hembreed/Business-PayPal-API so others may share my pain. The tar ball at CPAN will be updated from there. +I've moved the module's scm to http://github.com/hembreed/Business-PayPal-API so others may share my pain. CPAN will be updated from there. - API.pm 1. Changed eq 'Success' to =~ /Success/ to accomodate variations introduced by PayPal. 2. Changed test for duplicates to test for defined variable first. This was causing errors in 5.10+ perl versions. - - +-t/*t Changed test for Success in all test modules as above +-t/RecurringPayments Corrected errors in type definitions and testing. Needs more work. +-TransactionSearch Corrected test instructions and code to allow transaction searches using the transactionID. This works for some types of transactions but not others as per PayPal. It is the only way to get MassPayment information. Release 0.62 - last scottw release ----------------------------