[libtest-lwp-useragent-perl] branch master updated (68df145 -> 7d8e86f)

Lucas Kanashiro kanashiro-guest at moszumanska.debian.org
Wed Aug 26 19:47:58 UTC 2015


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

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

      from  68df145   add back advent_2012.pod, it just moved to docs/
      adds  0c449ea   increment $VERSION after release
      adds  c455700   switch to my podweaver plugin bundle
      adds  e362a8f   also clean our private helper subs
      adds  893b9aa   whitespace
      adds  584c743   emphasize that we stop looking at the first match
      adds  a908069   fix vim modeline
      adds  96add69   need nc 0.19 to get the version that uses non-deprecated Package::Stash interfaces
      adds  33df5b7   slight wording improvement
      adds  c7494e9   use syntax available in newer [DynamicPrereqs]
      adds  3f6583c   use cpan.org instead of perl.com
      adds  71a1a79   make the API methods more generic by factoring out bits assuming HTTP::Response
      adds  8f3f978   also factor out this usage of HTTP::Response, and make error messages more descriptive
      adds  3284738   response isa HTTP::Response, not HTTP::Request
      adds  7551400   add documentation for using a dispatcher object in map_response()
      adds  64c59da   adjust code and documentation to use a consistent name for the request specification
      adds  a5fa06e   Test-LWP-UserAgent-0.030
      adds  b09c311   Imported Upstream version 0.030
       new  211162d   Merge tag 'upstream/0.030'
       new  7dfa7b0   Update debian/changelog
       new  7d8e86f   Releasing libtest-lwp-useragent-perl version 0.030-1

The 3 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:
 CONTRIBUTING                      |   4 +-
 Changes                           |   7 +
 LICENSE => LICENCE                |   0
 MANIFEST                          |   7 +-
 META.json                         | 384 +++++++++++++++++++++++---------------
 META.yml                          | 302 ++++++++++++++++++------------
 Makefile.PL                       |  32 +++-
 README                            |   4 +-
 debian/changelog                  |   7 +
 dist.ini                          |   9 +-
 lib/Test/LWP/UserAgent.pm         | 150 +++++++++------
 t/00-report-prereqs.dd            |  38 ++--
 t/05-exceptions.t                 |   6 +-
 t/09-dispatch-to-request-method.t |   4 +-
 t/10-request-args-network.t       |   6 +-
 weaver.ini                        |   6 -
 xt/author/00-compile.t            |  10 +-
 xt/author/eol.t                   |  24 ++-
 xt/author/mojibake.t              |   9 +
 xt/author/no-tabs.t               |   4 +-
 xt/release/changes_has_content.t  |   2 +-
 xt/release/mojibake.t             |  12 --
 22 files changed, 641 insertions(+), 386 deletions(-)
 rename LICENSE => LICENCE (100%)
 delete mode 100644 weaver.ini
 create mode 100644 xt/author/mojibake.t
 delete 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