[libio-async-perl] branch master updated (36a7dac -> 0e79bee)

gregor herrmann gregoa at debian.org
Tue Dec 27 19:08:42 UTC 2016


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

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

      from  36a7dac   update changelog
      adds  af3662a   Imported Upstream version 0.70
       new  3a27b90   Merge tag 'upstream/0.70'
      adds  39d2852   New upstream version 0.71
       new  14fac47   Merge tag 'upstream/0.71'
       new  c76a9fb   New upstream release.
       new  db18f90   Update years of upstream and packaging copyright.
       new  ea08dcf   Declare compliance with Debian Policy 3.9.8.
       new  e3daa13   Update short and long description from upstream docs.
       new  09d7686   Add libsereal-perl to Recommends and Build-Depends-Indep.
       new  8e68030   Drop spelling.patch, applied upstream.
       new  0e79bee   releasing package libio-async-perl version 0.71-1

The 9 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                             |  15 +++
 LICENSE                             |   6 +-
 META.json                           |  73 ++++++------
 META.yml                            |  73 ++++++------
 Makefile.PL                         |   2 +-
 README                              | 227 ++++++++++++++++++++----------------
 debian/changelog                    |  10 +-
 debian/control                      |  19 +--
 debian/copyright                    |   4 +-
 debian/patches/series               |   1 -
 debian/patches/spelling.patch       |  93 ---------------
 lib/IO/Async.pm                     |   2 +-
 lib/IO/Async/Channel.pm             |  27 +++--
 lib/IO/Async/ChildManager.pm        |   2 +-
 lib/IO/Async/Debug.pm               |   2 +-
 lib/IO/Async/File.pm                |   2 +-
 lib/IO/Async/FileStream.pm          |   4 +-
 lib/IO/Async/Function.pm            |  63 ++++++----
 lib/IO/Async/Future.pm              |   2 +-
 lib/IO/Async/Handle.pm              |   2 +-
 lib/IO/Async/Internals/Connector.pm |   2 +-
 lib/IO/Async/Listener.pm            |   2 +-
 lib/IO/Async/Loop.pm                |   5 +-
 lib/IO/Async/Loop/Poll.pm           |  10 +-
 lib/IO/Async/Loop/Select.pm         |   4 +-
 lib/IO/Async/LoopTests.pm           |   2 +-
 lib/IO/Async/Notifier.pm            |   4 +-
 lib/IO/Async/OS.pm                  |   2 +-
 lib/IO/Async/OS/MSWin32.pm          |   2 +-
 lib/IO/Async/OS/cygwin.pm           |   2 +-
 lib/IO/Async/OS/linux.pm            |   2 +-
 lib/IO/Async/PID.pm                 |   2 +-
 lib/IO/Async/Process.pm             |  43 ++++++-
 lib/IO/Async/Protocol.pm            |   2 +-
 lib/IO/Async/Protocol/LineStream.pm |   2 +-
 lib/IO/Async/Protocol/Stream.pm     |   2 +-
 lib/IO/Async/Resolver.pm            |  30 ++++-
 lib/IO/Async/Routine.pm             |   2 +-
 lib/IO/Async/Signal.pm              |   2 +-
 lib/IO/Async/Socket.pm              |   4 +-
 lib/IO/Async/Stream.pm              |   4 +-
 lib/IO/Async/Test.pm                |   4 +-
 lib/IO/Async/Timer.pm               |   2 +-
 lib/IO/Async/Timer/Absolute.pm      |   2 +-
 lib/IO/Async/Timer/Countdown.pm     |   2 +-
 lib/IO/Async/Timer/Periodic.pm      |   2 +-
 t/03loop-magic.t                    |   1 +
 t/19loop-future.t                   |   2 +
 t/22timer-absolute.t                |   2 +
 t/22timer-countdown.t               |   2 +
 t/22timer-periodic.t                |   2 +
 t/34process-handles.t               |  42 +++++++
 t/40channel.t                       |   2 +
 t/50resolver.t                      |  19 +--
 54 files changed, 468 insertions(+), 375 deletions(-)
 delete mode 100644 debian/patches/series
 delete mode 100644 debian/patches/spelling.patch

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



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