r68565 - in /trunk/libio-async-perl: ./ debian/ examples/ lib/IO/ lib/IO/Async/ lib/IO/Async/DetachedCode/ lib/IO/Async/Loop/ lib/IO/Async/Protocol/ lib/IO/Async/Timer/ t/

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Mon Feb 14 00:48:37 UTC 2011


Author: jawnsy-guest
Date: Mon Feb 14 00:48:23 2011
New Revision: 68565

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=68565
Log:
integrate new upstream version

Added:
    trunk/libio-async-perl/lib/IO/Async/Function.pm
      - copied unchanged from r68564, branches/upstream/libio-async-perl/current/lib/IO/Async/Function.pm
    trunk/libio-async-perl/lib/IO/Async/Process.pm
      - copied unchanged from r68564, branches/upstream/libio-async-perl/current/lib/IO/Async/Process.pm
    trunk/libio-async-perl/t/33process.t
      - copied unchanged from r68564, branches/upstream/libio-async-perl/current/t/33process.t
    trunk/libio-async-perl/t/34process-handles.t
      - copied unchanged from r68564, branches/upstream/libio-async-perl/current/t/34process-handles.t
    trunk/libio-async-perl/t/35loop-openchild.t
      - copied unchanged from r68564, branches/upstream/libio-async-perl/current/t/35loop-openchild.t
    trunk/libio-async-perl/t/36loop-runchild.t
      - copied unchanged from r68564, branches/upstream/libio-async-perl/current/t/36loop-runchild.t
    trunk/libio-async-perl/t/37loop-child-root.t
      - copied unchanged from r68564, branches/upstream/libio-async-perl/current/t/37loop-child-root.t
    trunk/libio-async-perl/t/41function.t
      - copied unchanged from r68564, branches/upstream/libio-async-perl/current/t/41function.t
Removed:
    trunk/libio-async-perl/lib/IO/Async/DetachedCode/
    trunk/libio-async-perl/t/33loop-openchild.t
    trunk/libio-async-perl/t/34loop-runchild.t
    trunk/libio-async-perl/t/35loop-child-root.t
    trunk/libio-async-perl/t/40detachedcode-marshall.t
Modified:
    trunk/libio-async-perl/Build.PL
    trunk/libio-async-perl/Changes
    trunk/libio-async-perl/LICENSE
    trunk/libio-async-perl/MANIFEST
    trunk/libio-async-perl/META.yml
    trunk/libio-async-perl/Makefile.PL
    trunk/libio-async-perl/README
    trunk/libio-async-perl/debian/changelog
    trunk/libio-async-perl/debian/control
    trunk/libio-async-perl/examples/chat-server.pl
    trunk/libio-async-perl/examples/echo-server.pl
    trunk/libio-async-perl/examples/netcat-client.pl
    trunk/libio-async-perl/examples/tcp-proxy.pl
    trunk/libio-async-perl/examples/whoami-server.pl
    trunk/libio-async-perl/lib/IO/Async.pm
    trunk/libio-async-perl/lib/IO/Async/ChildManager.pm
    trunk/libio-async-perl/lib/IO/Async/Connector.pm
    trunk/libio-async-perl/lib/IO/Async/DetachedCode.pm
    trunk/libio-async-perl/lib/IO/Async/Handle.pm
    trunk/libio-async-perl/lib/IO/Async/Listener.pm
    trunk/libio-async-perl/lib/IO/Async/Loop.pm
    trunk/libio-async-perl/lib/IO/Async/Loop/Poll.pm
    trunk/libio-async-perl/lib/IO/Async/Loop/Select.pm
    trunk/libio-async-perl/lib/IO/Async/LoopTests.pm
    trunk/libio-async-perl/lib/IO/Async/MergePoint.pm
    trunk/libio-async-perl/lib/IO/Async/Notifier.pm
    trunk/libio-async-perl/lib/IO/Async/PID.pm
    trunk/libio-async-perl/lib/IO/Async/Protocol.pm
    trunk/libio-async-perl/lib/IO/Async/Protocol/LineStream.pm
    trunk/libio-async-perl/lib/IO/Async/Protocol/Stream.pm
    trunk/libio-async-perl/lib/IO/Async/Resolver.pm
    trunk/libio-async-perl/lib/IO/Async/Sequencer.pm
    trunk/libio-async-perl/lib/IO/Async/Signal.pm
    trunk/libio-async-perl/lib/IO/Async/Socket.pm
    trunk/libio-async-perl/lib/IO/Async/Stream.pm
    trunk/libio-async-perl/lib/IO/Async/Test.pm
    trunk/libio-async-perl/lib/IO/Async/Timer.pm
    trunk/libio-async-perl/lib/IO/Async/Timer/Absolute.pm
    trunk/libio-async-perl/lib/IO/Async/Timer/Countdown.pm
    trunk/libio-async-perl/lib/IO/Async/Timer/Periodic.pm
    trunk/libio-async-perl/t/00use.t
    trunk/libio-async-perl/t/01timequeue.t
    trunk/libio-async-perl/t/03loop-osabstract.t
    trunk/libio-async-perl/t/04notifier.t
    trunk/libio-async-perl/t/05notifier-child.t
    trunk/libio-async-perl/t/20handle.t
    trunk/libio-async-perl/t/21stream-1read.t
    trunk/libio-async-perl/t/21stream-2write.t
    trunk/libio-async-perl/t/21stream-3split.t
    trunk/libio-async-perl/t/22timer-absolute.t
    trunk/libio-async-perl/t/22timer-countdown.t
    trunk/libio-async-perl/t/22timer-periodic.t
    trunk/libio-async-perl/t/23signal.t
    trunk/libio-async-perl/t/24listener.t
    trunk/libio-async-perl/t/25socket.t
    trunk/libio-async-perl/t/26pid.t
    trunk/libio-async-perl/t/30loop-fork.t
    trunk/libio-async-perl/t/31loop-spawnchild.t
    trunk/libio-async-perl/t/32loop-spawnchild-setup.t
    trunk/libio-async-perl/t/41detachedcode-call.t
    trunk/libio-async-perl/t/50resolver.t
    trunk/libio-async-perl/t/51loop-connect.t
    trunk/libio-async-perl/t/52loop-listen.t
    trunk/libio-async-perl/t/60protocol.t
    trunk/libio-async-perl/t/60sequencer-client.t
    trunk/libio-async-perl/t/60sequencer-server.t
    trunk/libio-async-perl/t/61protocol-stream.t

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

Modified: trunk/libio-async-perl/Build.PL
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libio-async-perl/Build.PL?rev=68565&op=diff

Modified: trunk/libio-async-perl/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libio-async-perl/Changes?rev=68565&op=diff

Modified: trunk/libio-async-perl/LICENSE
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libio-async-perl/LICENSE?rev=68565&op=diff

Modified: trunk/libio-async-perl/MANIFEST
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libio-async-perl/MANIFEST?rev=68565&op=diff

Modified: trunk/libio-async-perl/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libio-async-perl/META.yml?rev=68565&op=diff

Modified: trunk/libio-async-perl/Makefile.PL
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libio-async-perl/Makefile.PL?rev=68565&op=diff

Modified: trunk/libio-async-perl/README
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libio-async-perl/README?rev=68565&op=diff

Modified: trunk/libio-async-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libio-async-perl/debian/changelog?rev=68565&op=diff

Modified: trunk/libio-async-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libio-async-perl/debian/control?rev=68565&op=diff

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

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

Modified: trunk/libio-async-perl/examples/netcat-client.pl
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libio-async-perl/examples/netcat-client.pl?rev=68565&op=diff

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

Modified: trunk/libio-async-perl/examples/whoami-server.pl
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libio-async-perl/examples/whoami-server.pl?rev=68565&op=diff

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

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

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

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

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

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

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

Modified: trunk/libio-async-perl/lib/IO/Async/Loop/Poll.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libio-async-perl/lib/IO/Async/Loop/Poll.pm?rev=68565&op=diff

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

Modified: trunk/libio-async-perl/lib/IO/Async/LoopTests.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libio-async-perl/lib/IO/Async/LoopTests.pm?rev=68565&op=diff

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

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

Modified: trunk/libio-async-perl/lib/IO/Async/PID.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libio-async-perl/lib/IO/Async/PID.pm?rev=68565&op=diff

Modified: trunk/libio-async-perl/lib/IO/Async/Protocol.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libio-async-perl/lib/IO/Async/Protocol.pm?rev=68565&op=diff

Modified: trunk/libio-async-perl/lib/IO/Async/Protocol/LineStream.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libio-async-perl/lib/IO/Async/Protocol/LineStream.pm?rev=68565&op=diff

Modified: trunk/libio-async-perl/lib/IO/Async/Protocol/Stream.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libio-async-perl/lib/IO/Async/Protocol/Stream.pm?rev=68565&op=diff

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

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

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

Modified: trunk/libio-async-perl/lib/IO/Async/Socket.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libio-async-perl/lib/IO/Async/Socket.pm?rev=68565&op=diff

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

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

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

Modified: trunk/libio-async-perl/lib/IO/Async/Timer/Absolute.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libio-async-perl/lib/IO/Async/Timer/Absolute.pm?rev=68565&op=diff

Modified: trunk/libio-async-perl/lib/IO/Async/Timer/Countdown.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libio-async-perl/lib/IO/Async/Timer/Countdown.pm?rev=68565&op=diff

Modified: trunk/libio-async-perl/lib/IO/Async/Timer/Periodic.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libio-async-perl/lib/IO/Async/Timer/Periodic.pm?rev=68565&op=diff

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

Modified: trunk/libio-async-perl/t/01timequeue.t
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libio-async-perl/t/01timequeue.t?rev=68565&op=diff

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

Modified: trunk/libio-async-perl/t/04notifier.t
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libio-async-perl/t/04notifier.t?rev=68565&op=diff

Modified: trunk/libio-async-perl/t/05notifier-child.t
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libio-async-perl/t/05notifier-child.t?rev=68565&op=diff

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

Modified: trunk/libio-async-perl/t/21stream-1read.t
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libio-async-perl/t/21stream-1read.t?rev=68565&op=diff

Modified: trunk/libio-async-perl/t/21stream-2write.t
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libio-async-perl/t/21stream-2write.t?rev=68565&op=diff

Modified: trunk/libio-async-perl/t/21stream-3split.t
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libio-async-perl/t/21stream-3split.t?rev=68565&op=diff

Modified: trunk/libio-async-perl/t/22timer-absolute.t
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libio-async-perl/t/22timer-absolute.t?rev=68565&op=diff

Modified: trunk/libio-async-perl/t/22timer-countdown.t
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libio-async-perl/t/22timer-countdown.t?rev=68565&op=diff

Modified: trunk/libio-async-perl/t/22timer-periodic.t
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libio-async-perl/t/22timer-periodic.t?rev=68565&op=diff

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

Modified: trunk/libio-async-perl/t/24listener.t
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libio-async-perl/t/24listener.t?rev=68565&op=diff

Modified: trunk/libio-async-perl/t/25socket.t
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libio-async-perl/t/25socket.t?rev=68565&op=diff

Modified: trunk/libio-async-perl/t/26pid.t
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libio-async-perl/t/26pid.t?rev=68565&op=diff

Modified: trunk/libio-async-perl/t/30loop-fork.t
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libio-async-perl/t/30loop-fork.t?rev=68565&op=diff

Modified: trunk/libio-async-perl/t/31loop-spawnchild.t
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libio-async-perl/t/31loop-spawnchild.t?rev=68565&op=diff

Modified: trunk/libio-async-perl/t/32loop-spawnchild-setup.t
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libio-async-perl/t/32loop-spawnchild-setup.t?rev=68565&op=diff

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

Modified: trunk/libio-async-perl/t/50resolver.t
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libio-async-perl/t/50resolver.t?rev=68565&op=diff

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

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

Modified: trunk/libio-async-perl/t/60protocol.t
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libio-async-perl/t/60protocol.t?rev=68565&op=diff

Modified: trunk/libio-async-perl/t/60sequencer-client.t
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libio-async-perl/t/60sequencer-client.t?rev=68565&op=diff

Modified: trunk/libio-async-perl/t/60sequencer-server.t
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libio-async-perl/t/60sequencer-server.t?rev=68565&op=diff

Modified: trunk/libio-async-perl/t/61protocol-stream.t
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libio-async-perl/t/61protocol-stream.t?rev=68565&op=diff




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