r45706 - in /branches/upstream/libio-async-perl/current: ./ examples/ lib/IO/ lib/IO/Async/ lib/IO/Async/Loop/ lib/IO/Async/Timer/ t/

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Tue Oct 13 15:50:43 UTC 2009


Author: jawnsy-guest
Date: Tue Oct 13 15:50:36 2009
New Revision: 45706

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

Added:
    branches/upstream/libio-async-perl/current/lib/IO/Async/LoopTests.pm
    branches/upstream/libio-async-perl/current/lib/IO/Async/Timer/
    branches/upstream/libio-async-perl/current/lib/IO/Async/Timer/Countdown.pm
    branches/upstream/libio-async-perl/current/lib/IO/Async/Timer/Periodic.pm
    branches/upstream/libio-async-perl/current/t/13loop-poll-idle.t
    branches/upstream/libio-async-perl/current/t/13loop-select-idle.t
    branches/upstream/libio-async-perl/current/t/14loop-poll-child.t
    branches/upstream/libio-async-perl/current/t/14loop-select-child.t
    branches/upstream/libio-async-perl/current/t/15loop-poll-control.t
    branches/upstream/libio-async-perl/current/t/15loop-select-control.t
    branches/upstream/libio-async-perl/current/t/18loop-poll-legacy.t
    branches/upstream/libio-async-perl/current/t/18loop-select-legacy.t
    branches/upstream/libio-async-perl/current/t/22timer-countdown.t
    branches/upstream/libio-async-perl/current/t/22timer-periodic.t
    branches/upstream/libio-async-perl/current/t/30loop-detachchild.t
    branches/upstream/libio-async-perl/current/t/31loop-spawnchild.t
    branches/upstream/libio-async-perl/current/t/32loop-spawnchild-setup.t
    branches/upstream/libio-async-perl/current/t/33loop-openchild.t
    branches/upstream/libio-async-perl/current/t/34loop-runchild.t
    branches/upstream/libio-async-perl/current/t/35loop-child-root.t
Removed:
    branches/upstream/libio-async-perl/current/t/22timer.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
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/Makefile.PL
    branches/upstream/libio-async-perl/current/README
    branches/upstream/libio-async-perl/current/examples/chat-server.pl
    branches/upstream/libio-async-perl/current/examples/echo-server.pl
    branches/upstream/libio-async-perl/current/examples/tcp-proxy.pl
    branches/upstream/libio-async-perl/current/examples/whoami-server.pl
    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/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/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/10loop-poll-io.t
    branches/upstream/libio-async-perl/current/t/10loop-select-io.t
    branches/upstream/libio-async-perl/current/t/11loop-poll-timer.t
    branches/upstream/libio-async-perl/current/t/11loop-select-timer.t
    branches/upstream/libio-async-perl/current/t/12loop-poll-signal.t
    branches/upstream/libio-async-perl/current/t/12loop-select-signal.t
    branches/upstream/libio-async-perl/current/t/23signal.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=45706&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=45706&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=45706&op=diff

Modified: branches/upstream/libio-async-perl/current/Makefile.PL
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libio-async-perl/current/Makefile.PL?rev=45706&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=45706&op=diff

Modified: branches/upstream/libio-async-perl/current/examples/chat-server.pl
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libio-async-perl/current/examples/chat-server.pl?rev=45706&op=diff

Modified: branches/upstream/libio-async-perl/current/examples/echo-server.pl
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libio-async-perl/current/examples/echo-server.pl?rev=45706&op=diff

Modified: branches/upstream/libio-async-perl/current/examples/tcp-proxy.pl
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libio-async-perl/current/examples/tcp-proxy.pl?rev=45706&op=diff

Modified: branches/upstream/libio-async-perl/current/examples/whoami-server.pl
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libio-async-perl/current/examples/whoami-server.pl?rev=45706&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=45706&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=45706&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=45706&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=45706&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=45706&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=45706&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=45706&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=45706&op=diff

Modified: 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=45706&op=diff

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=45706&op=diff

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

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=45706&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=45706&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=45706&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=45706&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=45706&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=45706&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=45706&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=45706&op=diff

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

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

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=45706&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=45706&op=diff

Modified: branches/upstream/libio-async-perl/current/t/10loop-select-io.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libio-async-perl/current/t/10loop-select-io.t?rev=45706&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=45706&op=diff

Modified: branches/upstream/libio-async-perl/current/t/11loop-select-timer.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libio-async-perl/current/t/11loop-select-timer.t?rev=45706&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=45706&op=diff

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

Added: branches/upstream/libio-async-perl/current/t/13loop-poll-idle.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libio-async-perl/current/t/13loop-poll-idle.t?rev=45706&op=file

Added: branches/upstream/libio-async-perl/current/t/13loop-select-idle.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libio-async-perl/current/t/13loop-select-idle.t?rev=45706&op=file

Added: branches/upstream/libio-async-perl/current/t/14loop-poll-child.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libio-async-perl/current/t/14loop-poll-child.t?rev=45706&op=file

Added: branches/upstream/libio-async-perl/current/t/14loop-select-child.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libio-async-perl/current/t/14loop-select-child.t?rev=45706&op=file

Added: branches/upstream/libio-async-perl/current/t/15loop-poll-control.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libio-async-perl/current/t/15loop-poll-control.t?rev=45706&op=file

Added: branches/upstream/libio-async-perl/current/t/15loop-select-control.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libio-async-perl/current/t/15loop-select-control.t?rev=45706&op=file

Added: branches/upstream/libio-async-perl/current/t/18loop-poll-legacy.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libio-async-perl/current/t/18loop-poll-legacy.t?rev=45706&op=file

Added: branches/upstream/libio-async-perl/current/t/18loop-select-legacy.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libio-async-perl/current/t/18loop-select-legacy.t?rev=45706&op=file

Added: branches/upstream/libio-async-perl/current/t/22timer-countdown.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libio-async-perl/current/t/22timer-countdown.t?rev=45706&op=file

Added: branches/upstream/libio-async-perl/current/t/22timer-periodic.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libio-async-perl/current/t/22timer-periodic.t?rev=45706&op=file

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=45706&op=diff

Added: branches/upstream/libio-async-perl/current/t/30loop-detachchild.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libio-async-perl/current/t/30loop-detachchild.t?rev=45706&op=file

Added: branches/upstream/libio-async-perl/current/t/31loop-spawnchild.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libio-async-perl/current/t/31loop-spawnchild.t?rev=45706&op=file

Added: branches/upstream/libio-async-perl/current/t/32loop-spawnchild-setup.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libio-async-perl/current/t/32loop-spawnchild-setup.t?rev=45706&op=file

Added: branches/upstream/libio-async-perl/current/t/33loop-openchild.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libio-async-perl/current/t/33loop-openchild.t?rev=45706&op=file

Added: branches/upstream/libio-async-perl/current/t/34loop-runchild.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libio-async-perl/current/t/34loop-runchild.t?rev=45706&op=file

Added: branches/upstream/libio-async-perl/current/t/35loop-child-root.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libio-async-perl/current/t/35loop-child-root.t?rev=45706&op=file




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