[libio-async-perl] branch master updated (ba62123 -> 0b14698)

gregor herrmann gregoa at debian.org
Mon May 12 19:17:23 UTC 2014


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  ba62123   update changelog
      adds  b4cc5c1   Imported Upstream version 0.62
       new  c8263a5   Merge tag 'upstream/0.62'
       new  0daef3c   New upstream release.
       new  3bb0543   remove boilerplate comments from debian/watch
       new  946aa0c   Update years of upstream and packaging copyright.
       new  18b5e66   Declare compliance with Debian Policy 3.9.5.
       new  9873f50   Update (build) dependencies.
       new  0b14698   releasing package libio-async-perl version 0.62-1

The 7 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                             |  16 ++++
 LICENSE                             |   6 +-
 META.json                           |  70 +++++++--------
 META.yml                            | 102 +++++++++++-----------
 Makefile.PL                         |   2 +-
 debian/changelog                    |   9 +-
 debian/control                      |  17 ++--
 debian/copyright                    |   4 +-
 debian/watch                        |   2 -
 lib/IO/Async.pm                     |   2 +-
 lib/IO/Async/Channel.pm             |  37 +++++---
 lib/IO/Async/ChildManager.pm        |   2 +-
 lib/IO/Async/File.pm                |  13 ++-
 lib/IO/Async/FileStream.pm          |   7 +-
 lib/IO/Async/Function.pm            | 170 +++++++++++++++++++-----------------
 lib/IO/Async/Future.pm              |  46 +++++++++-
 lib/IO/Async/Handle.pm              |   6 +-
 lib/IO/Async/Internals/Connector.pm |   6 +-
 lib/IO/Async/Listener.pm            |  10 ++-
 lib/IO/Async/Loop.pm                |  41 +++++++--
 lib/IO/Async/Loop/Poll.pm           |   9 +-
 lib/IO/Async/Loop/Select.pm         |   2 +-
 lib/IO/Async/LoopTests.pm           |   2 +-
 lib/IO/Async/MergePoint.pm          |   2 +-
 lib/IO/Async/Notifier.pm            |  28 +++++-
 lib/IO/Async/OS.pm                  |   2 +-
 lib/IO/Async/OS/MSWin32.pm          |   2 +-
 lib/IO/Async/OS/cygwin.pm           |   2 +-
 lib/IO/Async/PID.pm                 |   2 +-
 lib/IO/Async/Process.pm             |   2 +-
 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            |  35 ++++----
 lib/IO/Async/Routine.pm             |  33 ++++++-
 lib/IO/Async/Signal.pm              |   2 +-
 lib/IO/Async/Socket.pm              |   2 +-
 lib/IO/Async/Stream.pm              |  14 +--
 lib/IO/Async/Test.pm                |   2 +-
 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/19loop-future.t                   |  22 +++++
 t/40channel.t                       |  60 ++++++++++++-
 t/41routine.t                       |  64 ++++++++++----
 t/42function.t                      |  62 ++++++++++++-
 t/50resolver.t                      |  21 +++++
 48 files changed, 661 insertions(+), 291 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