[libhttp-async-perl] branch master updated (cc5384e -> 6046014)
Florian Schlichting
fsfs at alioth.debian.org
Wed Aug 7 20:19:11 UTC 2013
This is an automated email from the git hooks/post-receive script.
fsfs pushed a change to branch master
in repository libhttp-async-perl.
from cc5384e prepare changelog for release
adds ff14354 Imported Upstream version 0.20
new 4b2300a Merge tag 'upstream/0.20'
new 34b34aa Imported Upstream version 0.20
new bd5d087 drop fix_typo.patch, applied upstream
new 6046014 prepare changelog for release
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:
.travis.yml | 6 ++
CHANGES => Changes | 54 +++++++++++-----
MANIFEST | 14 +++--
META.json | 5 +-
META.yml | 5 +-
Makefile.PL | 1 +
debian/changelog | 7 +++
debian/patches/fix_typo.patch | 15 -----
debian/patches/series | 1 -
lib/HTTP/Async.pm | 37 +++++++----
t/dead-connection.t | 66 ++++++++++++++++++++
t/{bad-headers.t => headers.t} | 11 +---
t/local-addr.t | 37 +++++++++++
t/{not_modified.t => not-modified.t} | 0
t/poll-interval.t | 2 +-
t/proxy-with-https.t | 48 ++++++++++++++
t/real-servers.t | 3 +-
t/release-cpan-changes.t | 14 +++++
t/{strip_host_from_uri.t => strip-host-from-uri.t} | 0
t/{test_utils.pl => test-utils.pl} | 0
20 files changed, 265 insertions(+), 61 deletions(-)
create mode 100644 .travis.yml
rename CHANGES => Changes (75%)
delete mode 100644 debian/patches/fix_typo.patch
delete mode 100644 debian/patches/series
create mode 100644 t/dead-connection.t
copy t/{bad-headers.t => headers.t} (65%)
create mode 100644 t/local-addr.t
rename t/{not_modified.t => not-modified.t} (100%)
create mode 100644 t/proxy-with-https.t
create mode 100644 t/release-cpan-changes.t
rename t/{strip_host_from_uri.t => strip-host-from-uri.t} (100%)
rename t/{test_utils.pl => test-utils.pl} (100%)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libhttp-async-perl.git
More information about the Pkg-perl-cvs-commits
mailing list