[libanyevent-perl] branch master updated (0974993 -> 9970e2d)

gregor herrmann gregoa at debian.org
Sat Dec 5 18:21:41 UTC 2015


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

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

      from  0974993   releasing package libanyevent-perl version 7.070-4
      adds  800e22c   Imported Upstream version 7.110
       new  b4c007b   Merge tag 'upstream/7.110'
       new  d6b679f   New upstream release.
       new  38de0e2   Refresh patches (offset).
       new  f935267   Update years of packaging copyright.
       new  f8b5bfe   Update build dependencies.
       new  3177887   Add more spelling fixes to fix-spelling.patch.
       new  b066bea   Add debian/tests/pkg-perl/syntax-skip.
       new  9970e2d   releasing package libanyevent-perl version 7.110-1

The 8 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                                          |  52 ++++++-
 MANIFEST                                         |   9 ++
 META.json                                        |   7 +-
 META.yml                                         |  25 ++--
 Makefile.PL                                      |   5 +-
 README                                           |  19 ++-
 debian/changelog                                 |  11 ++
 debian/control                                   |   1 +
 debian/copyright                                 |   2 +-
 debian/patches/fix-spelling.patch                |  22 ++-
 debian/patches/replace-abuse-die-with-warn.patch |   4 +-
 debian/tests/pkg-perl/syntax-skip                |  14 ++
 lib/AnyEvent.pm                                  |  45 ++++--
 lib/AnyEvent/DNS.pm                              |  14 +-
 lib/AnyEvent/Debug.pm                            |  12 +-
 lib/AnyEvent/Handle.pm                           |  65 ++++++---
 lib/AnyEvent/Impl/Glib.pm                        |  45 ++++--
 lib/AnyEvent/Impl/UV.pm                          | 175 +++++++++++++++++++++++
 lib/AnyEvent/Intro.pod                           |   2 +-
 lib/AnyEvent/Log.pm                              |   2 +-
 lib/AnyEvent/Socket.pm                           |  81 +++++++----
 lib/AnyEvent/Strict.pm                           |  47 +++---
 lib/AnyEvent/TLS.pm                              |   7 +-
 lib/AnyEvent/Util.pm                             |  19 ++-
 mktest                                           |   1 +
 t/{67_tk_01_basic.t => 70_uv_01_basic.t}         |   2 +-
 t/{67_tk_02_signals.t => 70_uv_02_signals.t}     |   2 +-
 t/{67_tk_03_child.t => 70_uv_03_child.t}         |   2 +-
 t/{67_tk_04_condvar.t => 70_uv_04_condvar.t}     |   2 +-
 t/{67_tk_05_dns.t => 70_uv_05_dns.t}             |   2 +-
 t/{67_tk_07_io.t => 70_uv_07_io.t}               |   2 +-
 t/{67_tk_09_multi.t => 70_uv_09_multi.t}         |   2 +-
 32 files changed, 552 insertions(+), 148 deletions(-)
 create mode 100644 debian/tests/pkg-perl/syntax-skip
 create mode 100644 lib/AnyEvent/Impl/UV.pm
 copy t/{67_tk_01_basic.t => 70_uv_01_basic.t} (80%)
 copy t/{67_tk_02_signals.t => 70_uv_02_signals.t} (85%)
 copy t/{67_tk_03_child.t => 70_uv_03_child.t} (95%)
 copy t/{67_tk_04_condvar.t => 70_uv_04_condvar.t} (93%)
 copy t/{67_tk_05_dns.t => 70_uv_05_dns.t} (84%)
 copy t/{67_tk_07_io.t => 70_uv_07_io.t} (93%)
 copy t/{67_tk_09_multi.t => 70_uv_09_multi.t} (96%)

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



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