[libhttp-message-perl] branch master updated (dd6ae41 -> cf2414f)

gregor herrmann gregoa at debian.org
Sat Jan 6 22:45:54 UTC 2018


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

gregoa pushed a change to branch master
in repository libhttp-message-perl.

      from  dd6ae41   update changelog
      adds  cb867b9   bump VERSION to 6.12
      adds  2e4cfcb   add missing pod directives
      adds  6ca5fa8   fix syntax of example code
      adds  c1cc755   Merge pull request #32 from FROGGS/patch-1
      adds  25a4494   Add .travis.yml
      adds  ffc0b0b   got rid of some indirect object notation
      adds  d6fea24   Merge pull request #33 from genio/indirect-object
      adds  4b8e1e4   support PATCH HTTP method
      adds  d92fd70   test PATCH req
      adds  92a8bb9   Merge pull request #31 from mickeyn/master
      adds  b6c08c6   Simplify method creation
      adds  530f425   Merge pull request #20 from tomhukins/method_construction
      adds  0348b39   Avoid inconsistent setting of content to undef. Better tests suite, travis and MANIFEST.SKIP
      adds  7a5395c   Merge pull request #37 from tomhukins/no_content_warning
      adds  83e3050   Convert to dzil.
      adds  7f1ac10   Merge pull request #38 from libwww-perl/oalders/travis
      adds  6a9cefc   If an object is passed to HTTP::Request, it must provide a canonical()
      adds  7b76d30   Use Try::Tiny in test rather than Test::Fatal.
      adds  8d316cc   Add a mailmap file to help out the contributors list
      adds  27df528   Ensure status checks have a value and test. Fixes #39
      adds  42112be   Merge pull request #40 from libwww-perl/genio/statusdef
      adds  1fb0a90   Update the changes list
      adds  3f7257b   Fix name spelling. Sorry, @kentfredric
      adds  ed8aaf6   Update Changes
      adds  5af24a2   Re-add Compress::Raw::Zlib to prereqs after dzil conversion
      adds  51c8c8b   Update META.json, Makefile.PL and cpanfile
      adds  9b655e5   canonicalize Mickey
      adds  75f4a2d   v6.12
      adds  d73140e   v6.13
      adds  900f27a   update perldoc for PUT and PATCH
      adds  f39aa20   Merge branch 'pr/84'
      adds  b7c38e8   Fix typo.
      adds  341423f   Trim trailing \r from status line so message() doesn't return it.
      adds  a462f3a   add regression test for message()
      adds  b9f1c04   Merge pull request #88 from FGasper/issue_87_extra_cr_message
      adds  74b9567   Increase test coverage of HTTP::Config to 100% (bar POD)
      adds  7f648c5   Add a few examples and show usage of ->add_part() for batch requests
      adds  7807b01   Merge pull request #92 from libwww-perl/batch-example
      adds  60f369d   Refer to LWP::UserAgent::parse_head() in docs for HTTP::Response::base()
      adds  785a239   add 103 Early Hints (RFC 8297)
      adds  cc01a38   Add a comment for the RFC number
      adds  1b2e034   Add explicit $VERSION to packages
      adds  e4b8f8a   v6.14
      adds  2f7835e   New upstream version 6.14
       new  d09e5ae   Update upstream source from tag 'upstream/6.14'
       new  3020916   Update debian/changelog
       new  b946987   Drop spelling-error.patch, merged upstream.
       new  bf6d38a   Reformat debian/control with cme
       new  1454cb9   Declare compliance with Debian Policy 4.1.3.
       new  07205de   Bump debhelper compatibility level to 10.
       new  cf2414f   releasing package libhttp-message-perl version 6.14-1

The 7 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:
 CONTRIBUTORS                        |   5 +
 Changes                             |   8 +
 MANIFEST                            |   2 +-
 META.json                           | 574 +++++++++++++++++++++---------------
 META.yml                            | 477 +++++++++++++++++-------------
 Makefile.PL                         |   4 +-
 README.md                           |   2 +-
 debian/changelog                    |  10 +-
 debian/compat                       |   2 +-
 debian/control                      |   6 +-
 debian/patches/series               |   1 -
 debian/patches/spelling-error.patch |  16 -
 dist.ini                            |   1 -
 lib/HTTP/Config.pm                  |   8 +-
 lib/HTTP/Headers.pm                 |   6 +-
 lib/HTTP/Headers/Auth.pm            |   6 +-
 lib/HTTP/Headers/ETag.pm            |   6 +-
 lib/HTTP/Headers/Util.pm            |   6 +-
 lib/HTTP/Message.pm                 |  12 +-
 lib/HTTP/Request.pm                 | 104 ++++++-
 lib/HTTP/Request/Common.pm          | 115 +++++---
 lib/HTTP/Response.pm                |  39 ++-
 lib/HTTP/Status.pm                  |   8 +-
 t/common-req.t                      |  12 +-
 t/headers-auth.t                    |   9 +-
 t/headers-etag.t                    |  18 +-
 t/headers-util.t                    |   3 +-
 t/headers.t                         |  38 ++-
 t/http-config.t                     |  23 +-
 t/message.t                         | 203 +++++++++----
 t/request.t                         |  66 ++++-
 t/response.t                        |  76 ++++-
 t/status.t                          |  13 +-
 33 files changed, 1247 insertions(+), 632 deletions(-)
 delete mode 100644 debian/patches/series
 delete mode 100644 debian/patches/spelling-error.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libhttp-message-perl.git



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