[libhttp-tiny-perl] branch master updated (debbe03 -> b06934d)
gregor herrmann
gregoa at debian.org
Sat Mar 1 22:57:56 UTC 2014
This is an automated email from the git hooks/post-receive script.
gregoa pushed a change to branch master
in repository libhttp-tiny-perl.
from debbe03 update changelog
adds 6f3225c Imported Upstream version 0.043
new c731771 Merge tag 'upstream/0.043'
new 14c8165 New upstream release.
new 50c0c96 Update years of copyright.
new 7229873 Update Recommends.
new 3c779cc Make sure we don't run tests that need internet access.
new b06934d releasing package libhttp-tiny-perl version 0.043-1
The 6 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 | 67 ++-
Changes | 61 +++
LICENSE | 6 +-
MANIFEST | 9 +
META.json | 20 +-
META.yml | 68 +--
Makefile.PL | 7 +-
README | 104 +++--
cpanfile | 8 +-
debian/changelog | 10 +-
debian/control | 2 +
debian/copyright | 4 +-
debian/rules | 6 +
dist.ini | 5 +-
lib/HTTP/Tiny.pm | 711 +++++++++++++++++++++++++-----
perlcritic.rc | 3 +
t/00-report-prereqs.t | 184 +++++---
t/001_api.t | 3 +-
t/100_get.t | 2 +-
t/101_head.t | 2 +-
t/102_put.t | 2 +-
t/103_delete.t | 2 +-
t/104_post.t | 2 +-
t/110_mirror.t | 2 +-
t/130_redirect.t | 2 +-
t/140_proxy.t | 8 +-
t/150_post_form.t | 2 +-
t/160_cookies.t | 3 +-
t/161_basic_auth.t | 2 +-
t/{130_redirect.t => 162_proxy_auth.t} | 4 +-
t/170_keepalive.t | 98 ++++
t/200_live.t | 7 +-
t/200_live_local_ip.t | 4 +-
t/210_live_ssl.t | 3 -
t/Util.pm | 11 +-
t/cases/keepalive-01.txt | 9 +
t/cases/keepalive-02.txt | 10 +
t/cases/keepalive-03.txt | 11 +
t/cases/keepalive-04.txt | 10 +
t/cases/keepalive-05.txt | 11 +
t/cases/{get-07.txt => proxy-auth-01.txt} | 8 +-
xt/author/00-compile.t | 6 +-
xt/author/pod-spell.t | 8 +-
xt/release/distmeta.t | 5 +-
xt/release/pod-coverage.t | 12 +-
xt/release/pod-syntax.t | 5 +-
46 files changed, 1198 insertions(+), 331 deletions(-)
copy t/{130_redirect.t => 162_proxy_auth.t} (94%)
create mode 100644 t/170_keepalive.t
create mode 100644 t/cases/keepalive-01.txt
create mode 100644 t/cases/keepalive-02.txt
create mode 100644 t/cases/keepalive-03.txt
create mode 100644 t/cases/keepalive-04.txt
create mode 100644 t/cases/keepalive-05.txt
copy t/cases/{get-07.txt => proxy-auth-01.txt} (77%)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libhttp-tiny-perl.git
More information about the Pkg-perl-cvs-commits
mailing list