[libbusiness-paypal-api-perl] branch master updated (5bba2ae -> 1d9bab9)
gregor herrmann
gregoa at debian.org
Sat Oct 24 15:24:09 UTC 2015
This is an automated email from the git hooks/post-receive script.
gregoa pushed a change to branch master
in repository libbusiness-paypal-api-perl.
from 5bba2ae update changelog
new a17e443 Add gbp.conf to filter out debian/ from upstream tarball on import.
new add0c99 update changelog
adds 267495b Imported Upstream version 0.72
new 6585f09 Merge tag 'upstream/0.72'
new 9562c79 New upstream release. Fixes "seems to use a dead API" (Closes: #787935)
new 5eaec99 Update upstream copyright.
new c004371 Add debian/upstream/metadata.
new 2efb97f Install new CONTRIBUTING.md file.
new 27da237 Update (build) dependencies.
new 617b513 Declare compliance with Debian Policy 3.9.6.
new 0b6a8b8 Bump debhelper compatibility level to 9.
new 1d9bab9 releasing package libbusiness-paypal-api-perl version 0.72-1
The 11 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
Build.PL | 65 ++
CONTRIBUTING.md | 24 +
CONTRIBUTORS | 20 +
Changes | 337 +++++------
INSTALL | 43 ++
LICENSE | 379 ++++++++++++
MANIFEST | 46 +-
META.json | 68 ++-
META.yml | 22 -
Makefile.PL | 76 ++-
README | 532 +++++++++++++++--
auth.sample.3token | 1 +
auth.sample.cert | 1 +
auth.txt | 4 +
cpanfile | 24 +
debian/changelog | 19 +-
debian/compat | 2 +-
debian/control | 16 +-
debian/copyright | 12 +-
debian/gbp.conf | 2 +
debian/libbusiness-paypal-api-perl.docs | 1 +
debian/upstream/metadata | 8 +
dist.ini | 61 ++
eg/myapp.pl | 24 +
lib/Business/PayPal/API.pm | 353 ++++++-----
lib/Business/PayPal/API/AuthorizationRequest.pm | 97 +--
lib/Business/PayPal/API/CaptureRequest.pm | 135 +++--
lib/Business/PayPal/API/DirectPayments.pm | 337 +++++++----
lib/Business/PayPal/API/ExpressCheckout.pm | 475 ++++++++-------
lib/Business/PayPal/API/GetBalance.pm | 89 +++
lib/Business/PayPal/API/GetTransactionDetails.pm | 308 ++++++----
lib/Business/PayPal/API/MassPay.pm | 139 +++--
lib/Business/PayPal/API/ReauthorizationRequest.pm | 110 ++--
lib/Business/PayPal/API/RecurringPayments.pm | 685 +++++++++++++---------
lib/Business/PayPal/API/RefundTransaction.pm | 127 ++--
lib/Business/PayPal/API/TransactionSearch.pm | 167 +++---
lib/Business/PayPal/API/VoidRequest.pm | 103 ++--
options-payment.html | 16 +
subscription-payment.html | 20 +
t/API.pl | 34 +-
t/DirectPayments.t | 158 -----
t/MassPay.t | 37 --
t/{ => advanced}/ExpressCheckout.t | 52 +-
t/{ => advanced}/ExpressOrder.t | 82 +--
t/{ => advanced}/GetTransactionDetails.t | 10 +-
t/advanced/OptionFields.t | 121 ++++
t/{ => advanced}/RefundTransaction.t | 20 +-
t/{ => advanced}/TransactionSearch.t | 19 +-
t/{ => basic}/Business-PayPal-API.t | 2 +-
t/basic/DirectPayments.t | 178 ++++++
t/basic/MassPay.t | 49 ++
t/{ => basic}/RecurringPayments.t | 53 +-
t/basic/SubscriptionPayments.t | 119 ++++
53 files changed, 4028 insertions(+), 1854 deletions(-)
create mode 100644 Build.PL
create mode 100644 CONTRIBUTING.md
create mode 100644 CONTRIBUTORS
create mode 100644 INSTALL
create mode 100644 LICENSE
delete mode 100644 META.yml
create mode 100644 auth.txt
create mode 100644 cpanfile
create mode 100644 debian/gbp.conf
create mode 100644 debian/libbusiness-paypal-api-perl.docs
create mode 100644 debian/upstream/metadata
create mode 100644 dist.ini
create mode 100755 eg/myapp.pl
create mode 100644 lib/Business/PayPal/API/GetBalance.pm
create mode 100644 options-payment.html
create mode 100644 subscription-payment.html
delete mode 100644 t/DirectPayments.t
delete mode 100644 t/MassPay.t
rename t/{ => advanced}/ExpressCheckout.t (56%)
rename t/{ => advanced}/ExpressOrder.t (50%)
rename t/{ => advanced}/GetTransactionDetails.t (80%)
create mode 100644 t/advanced/OptionFields.t
rename t/{ => advanced}/RefundTransaction.t (69%)
rename t/{ => advanced}/TransactionSearch.t (74%)
rename t/{ => basic}/Business-PayPal-API.t (55%)
create mode 100644 t/basic/DirectPayments.t
create mode 100644 t/basic/MassPay.t
rename t/{ => basic}/RecurringPayments.t (67%)
create mode 100644 t/basic/SubscriptionPayments.t
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libbusiness-paypal-api-perl.git
More information about the Pkg-perl-cvs-commits
mailing list