[libwww-perl] 01/08: Updated version 6.27 from 'upstream/6.27'

Florian Schlichting fsfs at moszumanska.debian.org
Mon Oct 9 22:49:43 UTC 2017


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

fsfs pushed a commit to branch master
in repository libwww-perl.

commit 6388b6a01497b18e18a4796e60447bf776e70ec5
Merge: 7190fb7 3592ce2
Author: Florian Schlichting <fsfs at debian.org>
Date:   Mon Oct 9 23:51:28 2017 +0200

    Updated version 6.27 from 'upstream/6.27'
    
    with Debian dir 6856f9a5c96601f894ebdf7a264f687bb08d277d

 AUTHORS                                   |  120 -
 CONTRIBUTING.md                           |  105 +
 Changes                                   | 6086 +++++++++++------------------
 MANIFEST                                  |  160 +-
 META.json                                 |  827 +++-
 META.yml                                  |  648 ++-
 Makefile.PL                               |  231 +-
 README                                    |  100 -
 bin/lwp-download                          |  381 +-
 bin/lwp-dump                              |   29 +-
 bin/lwp-mirror                            |   58 +-
 bin/lwp-request                           |  340 +-
 cpanfile                                  |   56 +
 dist.ini                                  |  266 ++
 lib/LWP.pm                                |   46 +-
 lib/LWP/Authen/Basic.pm                   |    1 +
 lib/LWP/Authen/Digest.pm                  |    4 +-
 lib/LWP/Authen/Ntlm.pm                    |   45 +-
 lib/LWP/ConnCache.pm                      |  111 +-
 lib/LWP/Debug.pm                          |   83 +-
 lib/LWP/Debug/TraceHTTP.pm                |   27 +
 lib/LWP/DebugFile.pm                      |    2 +-
 lib/LWP/MemberMixin.pm                    |   22 +-
 lib/LWP/Protocol.pm                       |  128 +-
 lib/LWP/Protocol/GHTTP.pm                 |   73 -
 lib/LWP/Protocol/cpan.pm                  |   12 +-
 lib/LWP/Protocol/data.pm                  |   12 +-
 lib/LWP/Protocol/file.pm                  |   23 +-
 lib/LWP/Protocol/ftp.pm                   |  647 +--
 lib/LWP/Protocol/gopher.pm                |   16 +-
 lib/LWP/Protocol/http.pm                  |   26 +-
 lib/LWP/Protocol/loopback.pm              |    6 +-
 lib/LWP/Protocol/mailto.pm                |   29 +-
 lib/LWP/Protocol/nntp.pm                  |  129 +-
 lib/LWP/Protocol/nogo.pm                  |   11 +-
 lib/LWP/RobotUA.pm                        |   77 +-
 lib/LWP/Simple.pm                         |   94 +-
 lib/LWP/UserAgent.pm                      | 1225 +++---
 lwpcook.pod                               |   23 +-
 lwptut.pod                                |   51 +-
 t/00-report-prereqs.dd                    |   88 +
 t/00-report-prereqs.t                     |  183 +
 t/10-attrs.t                              |   47 +
 t/base/default_content_type.t             |   90 +
 t/base/protocols.t                        |    8 +-
 t/base/protocols/nntp.t                   |   12 +
 t/base/proxy.t                            |   14 +-
 t/base/simple.t                           |   11 +
 t/base/ua.t                               |   69 +-
 t/distmanifest.t                          |   11 -
 t/live/apache-http10.t                    |   16 -
 t/live/jigsaw/auth-b.t                    |   53 -
 t/live/jigsaw/auth-d.t                    |   33 -
 t/live/jigsaw/chunk.t                     |   37 -
 t/live/jigsaw/md5-get.t                   |   29 -
 t/live/jigsaw/md5.t                       |   26 -
 t/live/jigsaw/neg-get.t                   |   16 -
 t/live/jigsaw/neg.t                       |   15 -
 t/live/online.t                           |   13 -
 t/local/autoload-get.t                    |   33 +-
 t/local/autoload.t                        |   32 +-
 t/local/get.t                             |  125 +-
 t/local/http.t                            |  918 +++--
 t/local/httpsub.t                         |   92 +
 t/local/protosub.t                        |   82 +-
 t/net/config.pl.dist                      |   10 -
 t/net/http-get.t                          |   51 -
 t/net/http-post.t                         |   52 -
 t/net/http-timeout.t                      |   46 -
 t/net/mirror.t                            |   41 -
 t/net/moved.t                             |   38 -
 t/net/proxy.t                             |   42 -
 t/robot/ua-get.t                          |  269 +-
 t/robot/ua.t                              |  270 +-
 talk-to-ourself                           |   42 +-
 xt/author/00-compile.t                    |  119 +
 xt/author/eol.t                           |   57 +
 xt/author/live/apache-http10.t            |   18 +
 xt/author/live/jigsaw/auth-b.t            |   45 +
 xt/author/live/jigsaw/auth-d.t            |   31 +
 xt/author/live/jigsaw/chunk.t             |   34 +
 xt/author/live/jigsaw/md5-get.t           |   29 +
 xt/author/live/jigsaw/md5.t               |   28 +
 xt/author/live/jigsaw/neg-get.t           |   17 +
 xt/author/live/jigsaw/neg.t               |   18 +
 {t => xt/author}/live/jigsaw/te.t         |   29 +-
 xt/author/live/online.t                   |   16 +
 xt/author/misc/dbmrobot                   |   22 +
 xt/author/misc/get-callback               |   29 +
 xt/author/misc/get-file                   |   23 +
 xt/author/misc/pod.t                      |    8 +
 xt/author/mojibake.t                      |    9 +
 xt/author/net/cache-timeouts.t            |   93 +
 {t => xt/author}/net/cgi-bin/moved        |    0
 {t => xt/author}/net/cgi-bin/nph-slowdata |   13 +-
 {t => xt/author}/net/cgi-bin/slowread     |   18 +-
 {t => xt/author}/net/cgi-bin/test         |   19 +-
 {t => xt/author}/net/cgi-bin/timeout      |    0
 xt/author/net/config.pl_dist              |   12 +
 xt/author/net/http-get.t                  |   36 +
 xt/author/net/http-post.t                 |   38 +
 xt/author/net/http-timeout.t              |   36 +
 xt/author/net/mirror.t                    |   33 +
 xt/author/net/moved.t                     |   33 +
 xt/author/net/proxy.t                     |   30 +
 xt/author/pod-coverage.t                  |   60 +
 xt/author/pod-spell.t                     |  352 ++
 xt/author/pod-syntax.t                    |    7 +
 xt/author/portability.t                   |   10 +
 xt/author/test-version.t                  |   23 +
 xt/release/changes_has_content.t          |   41 +
 xt/release/distmeta.t                     |    6 +
 xt/release/minimum-version.t              |    8 +
 113 files changed, 9042 insertions(+), 7602 deletions(-)

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



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