[libio-async-perl] branch master updated (3f66c1d -> c5d7e88)
Damyan Ivanov
dmn at alioth.debian.org
Sat Oct 19 14:54:10 UTC 2013
This is an automated email from the git hooks/post-receive script.
dmn pushed a change to branch master
in repository libio-async-perl.
from 3f66c1d prepare changelog for release
adds 9f69711 Imported Upstream version 0.61
new 497c35b Merge tag 'upstream/0.61'
new e9335d9 Imported Upstream version 0.61
new c5d7e88 releasing package libio-async-perl version 0.61-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:
Build.PL | 4 +-
Changes | 24 ++
MANIFEST | 1 +
META.json | 74 ++---
META.yml | 74 ++---
Makefile.PL | 4 +-
debian/changelog | 10 +
lib/IO/Async.pm | 2 +-
lib/IO/Async/Channel.pm | 11 +-
lib/IO/Async/ChildManager.pm | 18 +-
lib/IO/Async/File.pm | 2 +-
lib/IO/Async/FileStream.pm | 2 +-
lib/IO/Async/Function.pm | 28 +-
lib/IO/Async/Future.pm | 2 +-
lib/IO/Async/Handle.pm | 2 +-
lib/IO/Async/Internals/Connector.pm | 18 +-
lib/IO/Async/Listener.pm | 396 ++++++++---------------
lib/IO/Async/Loop.pm | 598 +++++++++++++++++++++++++++++------
lib/IO/Async/Loop/Poll.pm | 2 +-
lib/IO/Async/Loop/Select.pm | 10 +-
lib/IO/Async/LoopTests.pm | 51 +--
lib/IO/Async/MergePoint.pm | 2 +-
lib/IO/Async/Notifier.pm | 19 +-
lib/IO/Async/OS.pm | 39 ++-
lib/IO/Async/OS/MSWin32.pm | 8 +-
lib/IO/Async/OS/cygwin.pm | 4 +-
lib/IO/Async/PID.pm | 2 +-
lib/IO/Async/Process.pm | 10 +-
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 | 160 +++++-----
lib/IO/Async/Routine.pm | 237 ++++++++++++--
lib/IO/Async/Signal.pm | 2 +-
lib/IO/Async/Socket.pm | 2 +-
lib/IO/Async/Stream.pm | 5 +-
lib/IO/Async/Test.pm | 3 +-
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/12loop-poll-signal.t | 2 +
t/12loop-select-signal.t | 2 +
t/21stream-2write.t | 12 +-
t/23signal.t | 3 +
t/24listener.t | 272 +++++++++-------
t/25socket.t | 282 +++++++++--------
t/26pid.t | 95 +++---
t/30loop-fork.t | 26 +-
t/31loop-spawnchild.t | 175 +++++-----
t/32loop-spawnchild-setup.t | 9 +-
t/33process.t | 23 +-
t/34process-handles.t | 3 +
t/35loop-openchild.t | 13 +-
t/36loop-runchild.t | 65 ++--
t/37loop-child-root.t | 3 +
t/38loop-thread.t | 59 ++++
t/40channel.t | 29 ++
t/41routine.t | 230 +++++++++++---
t/42function.t | 115 ++-----
t/50resolver.t | 8 +-
t/51loop-connect.t | 10 +-
t/52loop-listen.t | 129 ++++----
t/53loop-extend.t | 11 +-
64 files changed, 2146 insertions(+), 1270 deletions(-)
create mode 100644 t/38loop-thread.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