This is an automated email from the git hooks/post-receive script. gregoa pushed a commit to branch master in repository libbusiness-paypal-api-perl.
commit 9a6bcb4f481734fe7cef96983bdacb246aadef36 Merge: 1d9bab9 3899b55 Author: gregor herrmann <[email protected]> Date: Sun Nov 8 17:30:51 2015 +0100 Merge tag 'upstream/0.73' Upstream version 0.73 Build.PL | 4 +- CONTRIBUTORS | 1 + Changes | 8 + MANIFEST | 11 +- META.json | 10 +- Makefile.PL | 4 +- dist.ini | 7 +- eg/get-transaction-details.pl | 12 + eg/lib/Example/Role/Auth.pm | 55 ++ eg/lib/Example/TransactionFetcher.pm | 26 + eg/lib/Example/TransactionSearcher.pm | 76 +++ eg/myapp.pl | 4 +- eg/paypal-checkout-example.pl | 621 ++++++++++------------ eg/search-transactions.pl | 27 + lib/Business/PayPal/API.pm | 81 ++- lib/Business/PayPal/API/AuthorizationRequest.pm | 11 +- lib/Business/PayPal/API/CaptureRequest.pm | 19 +- lib/Business/PayPal/API/DirectPayments.pm | 38 +- lib/Business/PayPal/API/ExpressCheckout.pm | 68 ++- lib/Business/PayPal/API/GetBalance.pm | 12 +- lib/Business/PayPal/API/GetTransactionDetails.pm | 36 +- lib/Business/PayPal/API/MassPay.pm | 16 +- lib/Business/PayPal/API/ReauthorizationRequest.pm | 11 +- lib/Business/PayPal/API/RecurringPayments.pm | 60 ++- lib/Business/PayPal/API/RefundTransaction.pm | 11 +- lib/Business/PayPal/API/TransactionSearch.pm | 11 +- lib/Business/PayPal/API/VoidRequest.pm | 15 +- perlcriticrc | 86 +++ perltidyrc | 12 + t/API.pl | 4 +- t/advanced/ExpressCheckout.t | 8 +- t/advanced/ExpressOrder.t | 16 +- t/advanced/GetTransactionDetails.t | 4 +- t/advanced/OptionFields.t | 65 ++- t/advanced/RefundTransaction.t | 4 +- t/advanced/TransactionSearch.t | 4 +- t/basic/Business-PayPal-API.t | 2 +- t/basic/DirectPayments.t | 29 +- t/basic/MassPay.t | 13 +- t/basic/RecurringPayments.t | 6 +- t/basic/SubscriptionPayments.t | 16 +- tidyall.ERR | 79 +++ tidyall.ini | 19 + 43 files changed, 1039 insertions(+), 583 deletions(-) -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libbusiness-paypal-api-perl.git _______________________________________________ Pkg-perl-cvs-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits
