[libwww-perl] branch master updated (b3c98a5 -> 006b3c1)
gregor herrmann
gregoa at debian.org
Sat Dec 5 21:54:53 UTC 2015
This is an automated email from the git hooks/post-receive script.
gregoa pushed a change to branch master
in repository libwww-perl.
from b3c98a5 releasing package libwww-perl version 6.13-1
adds 53e1502 IO::Socket::INET is used in some protocols
adds 6b8f0f4 remove executable bit from files
adds 385108c include authority info in metadata
adds f08a0ad add a test for authors that verifies the MANIFEST
adds 5179132 remove redundant entries
adds 506c5c9 canonicalize contributor names and addreses
adds f9c6d8d add LICENSE to repository
adds 11ff6ff test using localhost rather than net accessible address
adds d05fe11 changelog for PR#76
adds d1f3ab2 Many uses of ok() should be like().
adds 639bda8 add some missing prereqs (already in core) -- thanks atz
adds 873180a Remove indirect object notation from the test suite
adds a22fa22 Convert Test::ok to Test::More is/like
adds 004091a remove another use of Test.pm
adds 83a5240 use File::Temp for randomized tempdir
adds 79e6486 header for Changes file
adds 69a6070 canonicalize shebangs in tests and scripts
adds 0f02a69 Changes entries for recently-merged commits
adds 8930c7f remove stray whitespace
adds c1006d4 release prep for 6.15
adds 323e8c1 Imported Upstream version 6.15
new 4cdf40b Merge tag 'upstream/6.15'
new 70661bb Update debian/changelog
new abd8c52 Bump debhelper compatibility level to 9.
new 006b3c1 releasing package libwww-perl version 6.15-1
The 4 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:
Changes | 82 ++++++----
LICENSE | 379 +++++++++++++++++++++++++++++++++++++++++++++
MANIFEST | 2 +
META.json | 12 +-
META.yml | 9 +-
Makefile.PL | 10 +-
bin/lwp-download | 2 +-
bin/lwp-dump | 2 +-
bin/lwp-mirror | 2 +-
bin/lwp-request | 2 +-
debian/changelog | 7 +
debian/compat | 2 +-
debian/control | 2 +-
lib/LWP.pm | 2 +-
lib/LWP/Authen/Ntlm.pm | 2 +-
lib/LWP/ConnCache.pm | 2 +-
lib/LWP/Protocol.pm | 2 +-
lib/LWP/RobotUA.pm | 2 +-
lib/LWP/Simple.pm | 2 +-
lib/LWP/UserAgent.pm | 2 +-
t/base/protocols.t | 21 +--
t/base/ua.t | 72 ++++-----
t/distmanifest.t | 11 ++
t/local/autoload-get.t | 2 +-
t/local/autoload.t | 2 +-
t/local/get.t | 5 +-
t/local/http.t | 46 +++---
t/net/cgi-bin/moved | 0
t/net/cgi-bin/nph-slowdata | 2 +-
t/net/cgi-bin/slowread | 2 +-
t/net/cgi-bin/test | 2 +-
t/net/cgi-bin/timeout | 0
t/net/http-get.t | 6 +-
t/net/http-post.t | 6 +-
t/net/http-timeout.t | 4 +-
t/net/mirror.t | 2 +-
t/net/moved.t | 6 +-
t/net/proxy.t | 6 +-
t/robot/ua-get.t | 6 +-
t/robot/ua.t | 14 +-
talk-to-ourself | 5 +-
41 files changed, 592 insertions(+), 155 deletions(-)
create mode 100644 LICENSE
create mode 100644 t/distmanifest.t
mode change 100755 => 100644 t/net/cgi-bin/moved
mode change 100755 => 100644 t/net/cgi-bin/nph-slowdata
mode change 100755 => 100644 t/net/cgi-bin/slowread
mode change 100755 => 100644 t/net/cgi-bin/test
mode change 100755 => 100644 t/net/cgi-bin/timeout
--
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