[libio-async-perl] branch master updated (1d3e8e7 -> fa3c7e4)

gregor herrmann gregoa at debian.org
Tue Nov 10 18:29:01 UTC 2015


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  1d3e8e7   Releasing libio-async-perl version 0.68-1
      adds  61c9363   Imported Upstream version 0.69
       new  491fb55   Merge tag 'upstream/0.69'
       new  f71ab02   New upstream release.
       new  3d187ee   Update years of packaging copyright.
       new  884aee7   Make (build) dependency on libfuture-perl versioned.
       new  fa3c7e4   releasing package libio-async-perl version 0.69-1

The 5 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:
 Build.PL                            |   2 +-
 Changes                             |  11 ++
 META.json                           |  72 +++++------
 META.yml                            |  72 +++++------
 Makefile.PL                         |   2 +-
 README                              |  29 +++--
 debian/changelog                    |   8 ++
 debian/control                      |   4 +-
 debian/copyright                    |   2 +-
 lib/IO/Async.pm                     |  16 +--
 lib/IO/Async/Channel.pm             |  46 ++++---
 lib/IO/Async/ChildManager.pm        |  12 +-
 lib/IO/Async/Debug.pm               |   2 +-
 lib/IO/Async/File.pm                |   6 +-
 lib/IO/Async/FileStream.pm          |  22 ++--
 lib/IO/Async/Function.pm            |  40 ++++--
 lib/IO/Async/Future.pm              |  22 ++--
 lib/IO/Async/Handle.pm              |  90 ++++++++++----
 lib/IO/Async/Internals/Connector.pm |  11 +-
 lib/IO/Async/Listener.pm            |  53 +++++---
 lib/IO/Async/Loop.pm                | 236 +++++++++++++++++++++++++-----------
 lib/IO/Async/Loop/Poll.pm           |  16 ++-
 lib/IO/Async/Loop/Select.pm         |  22 ++--
 lib/IO/Async/LoopTests.pm           |  10 +-
 lib/IO/Async/Notifier.pm            | 118 ++++++++++++------
 lib/IO/Async/OS.pm                  |  44 +++++--
 lib/IO/Async/OS/MSWin32.pm          |   2 +-
 lib/IO/Async/OS/cygwin.pm           |   2 +-
 lib/IO/Async/OS/linux.pm            |   4 +-
 lib/IO/Async/PID.pm                 |  14 ++-
 lib/IO/Async/Process.pm             |  66 +++++++---
 lib/IO/Async/Protocol.pm            |  22 ++--
 lib/IO/Async/Protocol/LineStream.pm |   6 +-
 lib/IO/Async/Protocol/Stream.pm     |  22 ++--
 lib/IO/Async/Resolver.pm            |  36 ++++--
 lib/IO/Async/Routine.pm             |  20 +--
 lib/IO/Async/Signal.pm              |   2 +-
 lib/IO/Async/Socket.pm              |   6 +-
 lib/IO/Async/Stream.pm              |  86 +++++++++----
 lib/IO/Async/Test.pm                |  12 +-
 lib/IO/Async/Timer.pm               |  18 ++-
 lib/IO/Async/Timer/Absolute.pm      |   2 +-
 lib/IO/Async/Timer/Countdown.pm     |  10 +-
 lib/IO/Async/Timer/Periodic.pm      |   2 +-
 t/24listener.t                      |  16 +++
 45 files changed, 877 insertions(+), 439 deletions(-)

-- 
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