r42172 - in /branches/upstream/libio-async-perl/current: ./ lib/IO/ lib/IO/Async/ lib/IO/Async/Internals/ lib/IO/Async/Loop/ t/

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Thu Aug 20 17:24:47 UTC 2009


Author: jawnsy-guest
Date: Thu Aug 20 17:24:40 2009
New Revision: 42172

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=42172
Log:
[svn-upgrade] Integrating new upstream version, libio-async-perl (0.23)

Added:
    branches/upstream/libio-async-perl/current/lib/IO/Async/Loop/Poll.pm
    branches/upstream/libio-async-perl/current/t/24listener.t
Modified:
    branches/upstream/libio-async-perl/current/Changes
    branches/upstream/libio-async-perl/current/MANIFEST
    branches/upstream/libio-async-perl/current/META.yml
    branches/upstream/libio-async-perl/current/README
    branches/upstream/libio-async-perl/current/lib/IO/Async.pm
    branches/upstream/libio-async-perl/current/lib/IO/Async/ChildManager.pm
    branches/upstream/libio-async-perl/current/lib/IO/Async/Connector.pm
    branches/upstream/libio-async-perl/current/lib/IO/Async/DetachedCode.pm
    branches/upstream/libio-async-perl/current/lib/IO/Async/Handle.pm
    branches/upstream/libio-async-perl/current/lib/IO/Async/Internals/SignalProxy.pm
    branches/upstream/libio-async-perl/current/lib/IO/Async/Listener.pm
    branches/upstream/libio-async-perl/current/lib/IO/Async/Loop.pm
    branches/upstream/libio-async-perl/current/lib/IO/Async/Loop/IO_Poll.pm
    branches/upstream/libio-async-perl/current/lib/IO/Async/Loop/Select.pm
    branches/upstream/libio-async-perl/current/lib/IO/Async/MergePoint.pm
    branches/upstream/libio-async-perl/current/lib/IO/Async/Notifier.pm
    branches/upstream/libio-async-perl/current/lib/IO/Async/Resolver.pm
    branches/upstream/libio-async-perl/current/lib/IO/Async/Sequencer.pm
    branches/upstream/libio-async-perl/current/lib/IO/Async/Signal.pm
    branches/upstream/libio-async-perl/current/lib/IO/Async/Stream.pm
    branches/upstream/libio-async-perl/current/lib/IO/Async/Test.pm
    branches/upstream/libio-async-perl/current/lib/IO/Async/Timer.pm
    branches/upstream/libio-async-perl/current/t/00use.t
    branches/upstream/libio-async-perl/current/t/02loop-magic.t
    branches/upstream/libio-async-perl/current/t/03loop-osabstract.t
    branches/upstream/libio-async-perl/current/t/10loop-poll-io.t
    branches/upstream/libio-async-perl/current/t/11loop-poll-timer.t
    branches/upstream/libio-async-perl/current/t/12loop-poll-signal.t
    branches/upstream/libio-async-perl/current/t/20handle.t
    branches/upstream/libio-async-perl/current/t/21stream.t
    branches/upstream/libio-async-perl/current/t/22timer.t
    branches/upstream/libio-async-perl/current/t/23signal.t
    branches/upstream/libio-async-perl/current/t/30childmanager.t
    branches/upstream/libio-async-perl/current/t/31childmanager-detach.t
    branches/upstream/libio-async-perl/current/t/32childmanager-spawn.t
    branches/upstream/libio-async-perl/current/t/33childmanager-spawn-setup.t
    branches/upstream/libio-async-perl/current/t/34childmanager-open.t
    branches/upstream/libio-async-perl/current/t/35childmanager-run.t
    branches/upstream/libio-async-perl/current/t/36childmanager-root.t
    branches/upstream/libio-async-perl/current/t/40detachedcode-marshall.t
    branches/upstream/libio-async-perl/current/t/41detachedcode-call.t
    branches/upstream/libio-async-perl/current/t/50loop-resolve.t
    branches/upstream/libio-async-perl/current/t/51loop-connect.t
    branches/upstream/libio-async-perl/current/t/52loop-listen.t

[This mail would be too long, it was shortened to contain the URLs only.]

Modified: branches/upstream/libio-async-perl/current/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libio-async-perl/current/Changes?rev=42172&op=diff

Modified: branches/upstream/libio-async-perl/current/MANIFEST
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libio-async-perl/current/MANIFEST?rev=42172&op=diff

Modified: branches/upstream/libio-async-perl/current/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libio-async-perl/current/META.yml?rev=42172&op=diff

Modified: branches/upstream/libio-async-perl/current/README
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libio-async-perl/current/README?rev=42172&op=diff

Modified: branches/upstream/libio-async-perl/current/lib/IO/Async.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libio-async-perl/current/lib/IO/Async.pm?rev=42172&op=diff

Modified: branches/upstream/libio-async-perl/current/lib/IO/Async/ChildManager.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libio-async-perl/current/lib/IO/Async/ChildManager.pm?rev=42172&op=diff

Modified: branches/upstream/libio-async-perl/current/lib/IO/Async/Connector.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libio-async-perl/current/lib/IO/Async/Connector.pm?rev=42172&op=diff

Modified: branches/upstream/libio-async-perl/current/lib/IO/Async/DetachedCode.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libio-async-perl/current/lib/IO/Async/DetachedCode.pm?rev=42172&op=diff

Modified: branches/upstream/libio-async-perl/current/lib/IO/Async/Handle.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libio-async-perl/current/lib/IO/Async/Handle.pm?rev=42172&op=diff

Modified: branches/upstream/libio-async-perl/current/lib/IO/Async/Internals/SignalProxy.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libio-async-perl/current/lib/IO/Async/Internals/SignalProxy.pm?rev=42172&op=diff

Modified: branches/upstream/libio-async-perl/current/lib/IO/Async/Listener.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libio-async-perl/current/lib/IO/Async/Listener.pm?rev=42172&op=diff

Modified: branches/upstream/libio-async-perl/current/lib/IO/Async/Loop.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libio-async-perl/current/lib/IO/Async/Loop.pm?rev=42172&op=diff

Modified: branches/upstream/libio-async-perl/current/lib/IO/Async/Loop/IO_Poll.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libio-async-perl/current/lib/IO/Async/Loop/IO_Poll.pm?rev=42172&op=diff

Added: branches/upstream/libio-async-perl/current/lib/IO/Async/Loop/Poll.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libio-async-perl/current/lib/IO/Async/Loop/Poll.pm?rev=42172&op=file

Modified: branches/upstream/libio-async-perl/current/lib/IO/Async/Loop/Select.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libio-async-perl/current/lib/IO/Async/Loop/Select.pm?rev=42172&op=diff

Modified: branches/upstream/libio-async-perl/current/lib/IO/Async/MergePoint.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libio-async-perl/current/lib/IO/Async/MergePoint.pm?rev=42172&op=diff

Modified: branches/upstream/libio-async-perl/current/lib/IO/Async/Notifier.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libio-async-perl/current/lib/IO/Async/Notifier.pm?rev=42172&op=diff

Modified: branches/upstream/libio-async-perl/current/lib/IO/Async/Resolver.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libio-async-perl/current/lib/IO/Async/Resolver.pm?rev=42172&op=diff

Modified: branches/upstream/libio-async-perl/current/lib/IO/Async/Sequencer.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libio-async-perl/current/lib/IO/Async/Sequencer.pm?rev=42172&op=diff

Modified: branches/upstream/libio-async-perl/current/lib/IO/Async/Signal.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libio-async-perl/current/lib/IO/Async/Signal.pm?rev=42172&op=diff

Modified: branches/upstream/libio-async-perl/current/lib/IO/Async/Stream.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libio-async-perl/current/lib/IO/Async/Stream.pm?rev=42172&op=diff

Modified: branches/upstream/libio-async-perl/current/lib/IO/Async/Test.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libio-async-perl/current/lib/IO/Async/Test.pm?rev=42172&op=diff

Modified: branches/upstream/libio-async-perl/current/lib/IO/Async/Timer.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libio-async-perl/current/lib/IO/Async/Timer.pm?rev=42172&op=diff

Modified: branches/upstream/libio-async-perl/current/t/00use.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libio-async-perl/current/t/00use.t?rev=42172&op=diff

Modified: branches/upstream/libio-async-perl/current/t/02loop-magic.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libio-async-perl/current/t/02loop-magic.t?rev=42172&op=diff

Modified: branches/upstream/libio-async-perl/current/t/03loop-osabstract.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libio-async-perl/current/t/03loop-osabstract.t?rev=42172&op=diff

Modified: branches/upstream/libio-async-perl/current/t/10loop-poll-io.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libio-async-perl/current/t/10loop-poll-io.t?rev=42172&op=diff

Modified: branches/upstream/libio-async-perl/current/t/11loop-poll-timer.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libio-async-perl/current/t/11loop-poll-timer.t?rev=42172&op=diff

Modified: branches/upstream/libio-async-perl/current/t/12loop-poll-signal.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libio-async-perl/current/t/12loop-poll-signal.t?rev=42172&op=diff

Modified: branches/upstream/libio-async-perl/current/t/20handle.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libio-async-perl/current/t/20handle.t?rev=42172&op=diff

Modified: branches/upstream/libio-async-perl/current/t/21stream.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libio-async-perl/current/t/21stream.t?rev=42172&op=diff

Modified: branches/upstream/libio-async-perl/current/t/22timer.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libio-async-perl/current/t/22timer.t?rev=42172&op=diff

Modified: branches/upstream/libio-async-perl/current/t/23signal.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libio-async-perl/current/t/23signal.t?rev=42172&op=diff

Added: branches/upstream/libio-async-perl/current/t/24listener.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libio-async-perl/current/t/24listener.t?rev=42172&op=file

Modified: branches/upstream/libio-async-perl/current/t/30childmanager.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libio-async-perl/current/t/30childmanager.t?rev=42172&op=diff

Modified: branches/upstream/libio-async-perl/current/t/31childmanager-detach.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libio-async-perl/current/t/31childmanager-detach.t?rev=42172&op=diff

Modified: branches/upstream/libio-async-perl/current/t/32childmanager-spawn.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libio-async-perl/current/t/32childmanager-spawn.t?rev=42172&op=diff

Modified: branches/upstream/libio-async-perl/current/t/33childmanager-spawn-setup.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libio-async-perl/current/t/33childmanager-spawn-setup.t?rev=42172&op=diff

Modified: branches/upstream/libio-async-perl/current/t/34childmanager-open.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libio-async-perl/current/t/34childmanager-open.t?rev=42172&op=diff

Modified: branches/upstream/libio-async-perl/current/t/35childmanager-run.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libio-async-perl/current/t/35childmanager-run.t?rev=42172&op=diff

Modified: branches/upstream/libio-async-perl/current/t/36childmanager-root.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libio-async-perl/current/t/36childmanager-root.t?rev=42172&op=diff

Modified: branches/upstream/libio-async-perl/current/t/40detachedcode-marshall.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libio-async-perl/current/t/40detachedcode-marshall.t?rev=42172&op=diff

Modified: branches/upstream/libio-async-perl/current/t/41detachedcode-call.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libio-async-perl/current/t/41detachedcode-call.t?rev=42172&op=diff

Modified: branches/upstream/libio-async-perl/current/t/50loop-resolve.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libio-async-perl/current/t/50loop-resolve.t?rev=42172&op=diff

Modified: branches/upstream/libio-async-perl/current/t/51loop-connect.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libio-async-perl/current/t/51loop-connect.t?rev=42172&op=diff

Modified: branches/upstream/libio-async-perl/current/t/52loop-listen.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libio-async-perl/current/t/52loop-listen.t?rev=42172&op=diff




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