[libtest-lwp-useragent-perl] branch master updated (b69fb21 -> 19e68cf)

gregor herrmann gregoa at debian.org
Sun Nov 24 16:51:07 UTC 2013


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

gregoa pushed a change to branch master
in repository libtest-lwp-useragent-perl.

      from  b69fb21   releasing package libtest-lwp-useragent-perl version 0.19-1
      adds  bcf053e   Imported Upstream version 0.022
       new  be61061   Merge tag 'upstream/0.022'
       new  5815ed7   New upstream release.
       new  66525fb   Update build and runtime dependencies.
       new  b8f79c2   cme: reformat debian/control
       new  4df813a   Declare compliance with Debian Policy 3.9.5.
       new  19e68cf   releasing package libtest-lwp-useragent-perl version 0.022-1

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                                |   2 +-
 CONTRIBUTING                            |  68 ++++++
 Changes                                 |  13 ++
 LICENSE                                 |   6 +-
 MANIFEST                                |  10 +-
 META.json                               | 357 +++++++++++++++++++++---------
 META.yml                                | 284 ++++++++++++++++--------
 Makefile.PL                             | 144 +++++++++++++
 README                                  |   4 +-
 README.md                               | 372 ++++++++++++++++++++++++++++++++
 debian/changelog                        |  10 +
 debian/control                          |  66 +++---
 dist.ini                                |  15 +-
 examples/application_client_test.t      |  10 +-
 examples/call_psgi.t                    |   1 +
 lib/Test/LWP/UserAgent.pm               |  12 +-
 t/00-check-deps.t                       |  11 -
 t/00-compile.t                          |  39 ----
 t/00-report-prereqs.t                   | 146 +++++++++++++
 t/01-basic.t                            |   5 +-
 t/02-overload.t                         |   5 +-
 t/03-handlers.t                         |   5 +-
 t/04-psgi.t                             |   5 +-
 t/05-exceptions.t                       |  11 +-
 t/06-network-fallback.t                 |  40 ++--
 t/07-mask-response.t                    |   5 +-
 t/08-isa-coderef.t                      |   5 +-
 t/09-dispatch-to-request-method.t       |  25 +--
 t/10-request-args-network.t             |   5 +-
 t/11-request-args-internal.t            |   5 +-
 t/50-examples-application_client_test.t |  10 +
 t/51-call_psgi.t                        |   7 +
 weaver.ini                              |   2 +
 xt/author/00-compile.t                  |  82 +++++++
 xt/author/pod-spell.t                   |   5 +-
 xt/release/changes_has_content.t        |   2 +-
 xt/release/kwalitee.t                   |   9 +-
 xt/release/mojibake.t                   |  12 ++
 xt/release/no-tabs.t                    |  21 +-
 xt/release/test-version.t               |   2 +-
 40 files changed, 1468 insertions(+), 370 deletions(-)
 create mode 100644 CONTRIBUTING
 create mode 100644 Makefile.PL
 create mode 100644 README.md
 delete mode 100644 t/00-check-deps.t
 delete mode 100644 t/00-compile.t
 create mode 100644 t/00-report-prereqs.t
 create mode 100644 t/50-examples-application_client_test.t
 create mode 100644 t/51-call_psgi.t
 create mode 100644 xt/author/00-compile.t
 create mode 100644 xt/release/mojibake.t

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libtest-lwp-useragent-perl.git



More information about the Pkg-perl-cvs-commits mailing list