[libnet-http-perl] branch master updated (420ee88 -> 70e32c5)

gregor herrmann gregoa at debian.org
Mon Jan 9 20:42:19 UTC 2017


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

gregoa pushed a change to branch master
in repository libnet-http-perl.

      from  420ee88   update changelog
      adds  0bea3b2   refresh README
      adds  46eb293   add a README.md for github (but do not ship it)
      adds  c45a0bd   Spelling and grammar fixes
      adds  a6e704d   create LICENSE
      adds  9c98f0a   keep README and README.md refreshed
      adds  5898739   clean up build, being more respectful of really old EUMM
      adds  e703c7d   use warnings everywhere, without enabling them globally for everything
      adds  f2d7173   tighten up entries
      adds  2058273   refactor off of Test.pm
      adds  41edd95   remove unneeded uses of "use vars", keepign $SOCKET_CLASS overridable
      adds  f722647   use like() instead of is() for regex checking responses
      adds  bd8cac2   Merge pull request #14 from lasse-unity3d/is-to-like-fix
      adds  d1fb5d1   Add .travis.yml
      adds  01f7937   Fix RT#112313 - Hang in my_readline() when keep-alive => 1 and $reponse_size % 1024 == 0
      adds  96bcc58   Merge pull request #15 from lasse-unity3d/rt112313-fix
      adds  a6c1aed   Add test to verify fix for RT#112313
      adds  61734c3   Merge pull request #19 from lasse-unity3d/rt112313-test
      adds  7c4ba45   Change the live HTTP(S) tests to use GET at google.com instead of TRACE at apache.org. Apache recently changed their server config and no longer allow TRACE requests.
      adds  71ae8df   Merge pull request #17 from andygrundman/master
      adds  dc51254   Convert to dzil.
      adds  315c1ba   Adds IO::Socket::SSL to runtime recommends.
      adds  d729cf8   Changes made by dzil.
      adds  85a0a2a   gitignore t/LIVE_TESTS.
      adds  218b78e   Merge pull request #18 from libwww-perl/oalders/dzil
      adds  827e2a7   Remove more boilerplate that dzil manages.
      adds  6c0f359   Convert Changes to dzil.
      adds  0fd6453   Update Changes.
      adds  7a44ea1   Bumps version to 6.10
      adds  920b3b3   Ignore .build files.
      adds  c1dbc1d   Changes file won't pass dzil tests.
      adds  4150a46   v6.10
      adds  dd1d2f4   fix-net-ssl-1
      adds  5aca900   Merge pull request #7 from martineau/fix-net-ssl-1
      adds  94ada0b   Ensure Net::SSL has a pending method
      adds  07dba22   reformatted the changes file
      adds  66ecff2   Updates Changes.
      adds  d8db681   v6.11
      adds  c3d4a50   Soften prereqs.
      adds  655b35b   s/recommends/suggests/
      adds  decbf03   Merge pull request #22 from libwww-perl/oalders/soften-prereqs
      adds  8b373b9   v6.12
      adds  e4d6842   New upstream version 6.12
       new  93e3da1   Merge tag 'upstream/6.12'
       new  cd23d14   Update debian/changelog
       new  c68e3c1   Update debian/upstream/metadata.
       new  7cdb41b   Update years of upstream copyright.
       new  b2fcff9   Declare compliance with Debian Policy 3.9.8.
       new  5a06db3   Drop an unneeded version constraint.
       new  2f7b8d4   Bump debhelper compatibility level to 9.
       new  d959f11   Don't install contentless new manpage.
       new  70e32c5   releasing package libnet-http-perl version 6.12-1

The 9 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             |  74 +++++++++
 Changes                  | 167 ++++++++-------------
 INSTALL                  |  43 ++++++
 LICENSE                  | 379 +++++++++++++++++++++++++++++++++++++++++++++++
 MANIFEST                 |  25 +++-
 MANIFEST.SKIP            |  71 ---------
 META.json                | 119 ++++++++++++---
 META.yml                 |  93 ++++++++++--
 Makefile.PL              | 131 ++++++++--------
 README                   | 217 ---------------------------
 README.md                | 250 +++++++++++++++++++++++++++++++
 cpanfile                 |  30 ++++
 debian/changelog         |  15 +-
 debian/compat            |   2 +-
 debian/control           |   8 +-
 debian/copyright         |   4 +-
 debian/rules             |   8 +
 debian/upstream/metadata |   9 +-
 dist.ini                 |  40 +++++
 lib/Net/HTTP.pm          |  35 +++--
 lib/Net/HTTP/Methods.pm  |  39 ++++-
 lib/Net/HTTP/NB.pm       |  35 +++--
 lib/Net/HTTPS.pm         |  42 ++++--
 perlcriticrc             |  86 +++++++++++
 perltidyrc               |  12 ++
 t/apache-https.t         |  73 ---------
 t/apache.t               |  67 ---------
 t/http-nb.t              |   3 +-
 t/http.t                 |  77 +++++-----
 t/live-https.t           |  74 +++++++++
 t/live.t                 |  68 +++++++++
 t/rt-112313.t            |  95 ++++++++++++
 tidyall.ini              |  19 +++
 33 files changed, 1673 insertions(+), 737 deletions(-)
 create mode 100644 CONTRIBUTORS
 create mode 100644 INSTALL
 create mode 100644 LICENSE
 delete mode 100644 MANIFEST.SKIP
 delete mode 100644 README
 create mode 100644 README.md
 create mode 100644 cpanfile
 create mode 100644 dist.ini
 create mode 100644 perlcriticrc
 create mode 100644 perltidyrc
 delete mode 100644 t/apache-https.t
 delete mode 100644 t/apache.t
 create mode 100644 t/live-https.t
 create mode 100644 t/live.t
 create mode 100644 t/rt-112313.t
 create mode 100644 tidyall.ini

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



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