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

gregor herrmann gregoa at debian.org
Sat Jul 12 16:03:36 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  0b14698   releasing package libio-async-perl version 0.62-1
      adds  623ccb4   Imported Upstream version 0.63
       new  6ac5f52   Merge tag 'upstream/0.63'
       new  f6aefbf   New upstream release.
       new  2d65245   releasing package libio-async-perl version 0.63-1

The 3 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                             |  14 +++
 LICENSE                             |   2 +-
 MANIFEST                            |   3 +-
 META.json                           |  70 ++++++------
 META.yml                            |  70 ++++++------
 Makefile.PL                         |   2 +-
 debian/changelog                    |   6 +
 lib/IO/Async.pm                     |   2 +-
 lib/IO/Async/Channel.pm             |   2 +-
 lib/IO/Async/ChildManager.pm        |   2 +-
 lib/IO/Async/File.pm                |   2 +-
 lib/IO/Async/FileStream.pm          |   2 +-
 lib/IO/Async/Function.pm            |   2 +-
 lib/IO/Async/Future.pm              |   2 +-
 lib/IO/Async/Handle.pm              |   2 +-
 lib/IO/Async/Internals/Connector.pm |   2 +-
 lib/IO/Async/Internals/TimeQueue.pm |   2 +-
 lib/IO/Async/Listener.pm            |   2 +-
 lib/IO/Async/Loop.pm                |   2 +-
 lib/IO/Async/Loop/Poll.pm           |   2 +-
 lib/IO/Async/Loop/Select.pm         |   2 +-
 lib/IO/Async/LoopTests.pm           |   2 +-
 lib/IO/Async/MergePoint.pm          |   2 +-
 lib/IO/Async/Notifier.pm            | 127 +++++++++++++++++++--
 lib/IO/Async/OS.pm                  |   2 +-
 lib/IO/Async/OS/MSWin32.pm          |   4 +-
 lib/IO/Async/OS/cygwin.pm           |   5 +-
 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            |   2 +-
 lib/IO/Async/Routine.pm             |   2 +-
 lib/IO/Async/Signal.pm              |   2 +-
 lib/IO/Async/Socket.pm              |   2 +-
 lib/IO/Async/Stream.pm              |   2 +-
 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/04notifier.t                      | 220 +++++++++++++++++++++---------------
 t/05notifier-child.t                | 119 -------------------
 t/05notifier-loop.t                 | 129 +++++++++++++++++++++
 t/07notifier-future.t               |  58 ++++++++++
 t/52loop-listen.t                   |   1 +
 47 files changed, 563 insertions(+), 331 deletions(-)
 delete mode 100644 t/05notifier-child.t
 create mode 100644 t/05notifier-loop.t
 create mode 100644 t/07notifier-future.t

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