[libbusiness-paypal-api-perl] branch master updated (6ebdaa5 -> e642f93)

Florian Schlichting fsfs at moszumanska.debian.org
Sat Nov 11 22:04:50 UTC 2017


This is an automated email from the git hooks/post-receive script.

fsfs pushed a change to branch master
in repository libbusiness-paypal-api-perl.

      from  6ebdaa5   update changelog
      adds  ee096ec   Adds dzil Changes checks.
      adds  d5a2024   Allow setting a HTTP/HTTPS proxy
      adds  68eb8db   Merge pull request #11 from oschwald/greg/allow-setting-proxy-url
      adds  cf7fcb5   Move to OALDERS dzil author bundle.
      adds  7bc7a1f   Tidy.
      adds  e850dde   Fix some dzil tests.
      adds  af9713d   v0.75
      adds  a56f48c   Field map typo fix (Salutation)
      adds  73bf709   Merge pull request #12 from amaltsev/typo-fix
      adds  ff6f285   Updates some dzil boilerplate.
      adds  58b0467   v0.76
      adds  9147f02   New upstream version 0.76
       new  8465c66   Update upstream source from tag 'upstream/0.76'
       new  d6e6866   Update debian/changelog
       new  e86173c   Bump copyright years
       new  cd35451   Declare compliance with Debian Policy 4.1.1
       new  4871f58   Add pod-errors.patch
       new  e642f93   prepare changelog for release

The 6 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                                          |  64 ---
 CONTRIBUTORS                                      |   2 +
 Changes                                           |   7 +
 INSTALL                                           |  20 +-
 LICENSE                                           |   6 +-
 MANIFEST                                          |  15 +-
 META.json                                         |  36 +-
 META.yml                                          |  58 +++
 Makefile.PL                                       |  17 +-
 README                                            | 508 --------------------
 README.md                                         | 552 ++++++++++++++++++++++
 auth.txt                                          |   4 -
 cpanfile                                          |  20 +-
 debian/changelog                                  |  13 +-
 debian/control                                    |   2 +-
 debian/copyright                                  |   6 +-
 debian/patches/pod-errors.patch                   |  24 +
 debian/patches/series                             |   1 +
 dist.ini                                          |  66 +--
 eg/lib/Example/TransactionSearcher.pm             |   6 +-
 lib/Business/PayPal/API.pm                        |  28 +-
 lib/Business/PayPal/API/AuthorizationRequest.pm   |   6 +-
 lib/Business/PayPal/API/CaptureRequest.pm         |   6 +-
 lib/Business/PayPal/API/DirectPayments.pm         |   6 +-
 lib/Business/PayPal/API/ExpressCheckout.pm        |   8 +-
 lib/Business/PayPal/API/GetBalance.pm             |   6 +-
 lib/Business/PayPal/API/GetTransactionDetails.pm  |   6 +-
 lib/Business/PayPal/API/MassPay.pm                |   6 +-
 lib/Business/PayPal/API/ReauthorizationRequest.pm |   6 +-
 lib/Business/PayPal/API/RecurringPayments.pm      |   6 +-
 lib/Business/PayPal/API/RefundTransaction.pm      |   6 +-
 lib/Business/PayPal/API/TransactionSearch.pm      |   6 +-
 lib/Business/PayPal/API/VoidRequest.pm            |   6 +-
 options-payment.html                              |  16 -
 subscription-payment.html                         |  20 -
 t/00-report-prereqs.dd                            |  43 ++
 t/00-report-prereqs.t                             | 183 +++++++
 t/author-pod-spell.t                              | 127 +++++
 t/author-tidyall.t                                |  19 +
 t/release-cpan-changes.t                          |  18 +
 tidyall.ERR                                       |  79 ----
 tidyall.ini                                       |  24 +-
 42 files changed, 1197 insertions(+), 861 deletions(-)
 delete mode 100644 Build.PL
 create mode 100644 META.yml
 delete mode 100644 README
 create mode 100644 README.md
 delete mode 100644 auth.txt
 create mode 100644 debian/patches/pod-errors.patch
 create mode 100644 debian/patches/series
 delete mode 100644 options-payment.html
 delete mode 100644 subscription-payment.html
 create mode 100644 t/00-report-prereqs.dd
 create mode 100644 t/00-report-prereqs.t
 create mode 100644 t/author-pod-spell.t
 create mode 100644 t/author-tidyall.t
 create mode 100644 t/release-cpan-changes.t
 delete mode 100644 tidyall.ERR

-- 
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