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

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Wed May 6 14:54:33 UTC 2009


Author: jawnsy-guest
Date: Wed May  6 14:54:20 2009
New Revision: 34868

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=34868
Log:
[svn-inject] Installing original source of libio-async-perl

Added:
    branches/upstream/libio-async-perl/
    branches/upstream/libio-async-perl/current/
    branches/upstream/libio-async-perl/current/Build.PL
    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/lib/
    branches/upstream/libio-async-perl/current/lib/IO/
    branches/upstream/libio-async-perl/current/lib/IO/Async/
    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/
    branches/upstream/libio-async-perl/current/lib/IO/Async/DetachedCode.pm
    branches/upstream/libio-async-perl/current/lib/IO/Async/DetachedCode/FlatMarshaller.pm
    branches/upstream/libio-async-perl/current/lib/IO/Async/DetachedCode/StorableMarshaller.pm
    branches/upstream/libio-async-perl/current/lib/IO/Async/Handle.pm
    branches/upstream/libio-async-perl/current/lib/IO/Async/Internals/
    branches/upstream/libio-async-perl/current/lib/IO/Async/Internals/SignalProxy.pm
    branches/upstream/libio-async-perl/current/lib/IO/Async/Internals/TimeQueue.pm
    branches/upstream/libio-async-perl/current/lib/IO/Async/Listener.pm
    branches/upstream/libio-async-perl/current/lib/IO/Async/Loop/
    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/
    branches/upstream/libio-async-perl/current/t/00use.t
    branches/upstream/libio-async-perl/current/t/01mergepoint.t
    branches/upstream/libio-async-perl/current/t/01timequeue.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/04notifier.t
    branches/upstream/libio-async-perl/current/t/05notifier-child.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/19test.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
    branches/upstream/libio-async-perl/current/t/60sequencer-client.t
    branches/upstream/libio-async-perl/current/t/60sequencer-server.t
    branches/upstream/libio-async-perl/current/t/StupidLoop.pm

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

Added: branches/upstream/libio-async-perl/current/Build.PL
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libio-async-perl/current/Build.PL?rev=34868&op=file

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

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

Added: 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=34868&op=file

Added: 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=34868&op=file

Added: 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=34868&op=file

Added: 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=34868&op=file

Added: 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=34868&op=file

Added: 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=34868&op=file

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

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

Added: 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=34868&op=file

Added: 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=34868&op=file

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

Added: 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=34868&op=file

Added: 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=34868&op=file

Added: 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=34868&op=file

Added: 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=34868&op=file

Added: 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=34868&op=file

Added: 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=34868&op=file

Added: 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=34868&op=file

Added: 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=34868&op=file

Added: 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=34868&op=file

Added: 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=34868&op=file

Added: 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=34868&op=file

Added: 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=34868&op=file

Added: 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=34868&op=file

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

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

Added: 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=34868&op=file

Added: 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=34868&op=file

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

Added: branches/upstream/libio-async-perl/current/t/05notifier-child.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libio-async-perl/current/t/05notifier-child.t?rev=34868&op=file

Added: 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=34868&op=file

Added: 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=34868&op=file

Added: 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=34868&op=file

Added: 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=34868&op=file

Added: 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=34868&op=file

Added: 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=34868&op=file

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

Added: 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=34868&op=file

Added: 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=34868&op=file

Added: 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=34868&op=file

Added: 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=34868&op=file

Added: 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=34868&op=file

Added: 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=34868&op=file

Added: 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=34868&op=file

Added: 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=34868&op=file

Added: 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=34868&op=file

Added: 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=34868&op=file

Added: 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=34868&op=file

Added: 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=34868&op=file

Added: 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=34868&op=file

Added: 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=34868&op=file

Added: 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=34868&op=file

Added: 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=34868&op=file

Added: branches/upstream/libio-async-perl/current/t/60sequencer-client.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libio-async-perl/current/t/60sequencer-client.t?rev=34868&op=file

Added: branches/upstream/libio-async-perl/current/t/60sequencer-server.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libio-async-perl/current/t/60sequencer-server.t?rev=34868&op=file

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




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