r71416 - in /branches/upstream/libio-async-perl/current: ./ examples/ lib/IO/ lib/IO/Async/ lib/IO/Async/Internals/ 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 Mar 14 23:44:26 UTC 2011


Author: jawnsy-guest
Date: Mon Mar 14 23:44:07 2011
New Revision: 71416

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

Added:
    branches/upstream/libio-async-perl/current/examples/tail-logfile.pl
    branches/upstream/libio-async-perl/current/lib/IO/Async/FileStream.pm
    branches/upstream/libio-async-perl/current/t/27filestream.t
    branches/upstream/libio-async-perl/current/t/53loop-extend.t
Removed:
    branches/upstream/libio-async-perl/current/t/53loop-extend-connect.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/examples/chat-server.pl
    branches/upstream/libio-async-perl/current/examples/echo-server.pl
    branches/upstream/libio-async-perl/current/examples/netcat-client.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/Function.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/Internals/TimeQueue.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/Poll.pm
    branches/upstream/libio-async-perl/current/lib/IO/Async/Loop/Select.pm
    branches/upstream/libio-async-perl/current/lib/IO/Async/LoopTests.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/PID.pm
    branches/upstream/libio-async-perl/current/lib/IO/Async/Process.pm
    branches/upstream/libio-async-perl/current/lib/IO/Async/Protocol.pm
    branches/upstream/libio-async-perl/current/lib/IO/Async/Protocol/LineStream.pm
    branches/upstream/libio-async-perl/current/lib/IO/Async/Protocol/Stream.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/Socket.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/lib/IO/Async/Timer/Absolute.pm
    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/04notifier.t
    branches/upstream/libio-async-perl/current/t/21stream-1read.t
    branches/upstream/libio-async-perl/current/t/21stream-3split.t
    branches/upstream/libio-async-perl/current/t/50resolver.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/61protocol-stream.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=71416&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=71416&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=71416&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=71416&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=71416&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=71416&op=diff

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

Added: branches/upstream/libio-async-perl/current/examples/tail-logfile.pl
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libio-async-perl/current/examples/tail-logfile.pl?rev=71416&op=file

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

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

Modified: branches/upstream/libio-async-perl/current/lib/IO/Async/Function.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libio-async-perl/current/lib/IO/Async/Function.pm?rev=71416&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=71416&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=71416&op=diff

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

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

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

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

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

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

Modified: branches/upstream/libio-async-perl/current/lib/IO/Async/Protocol/Stream.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libio-async-perl/current/lib/IO/Async/Protocol/Stream.pm?rev=71416&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=71416&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=71416&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=71416&op=diff

Modified: branches/upstream/libio-async-perl/current/lib/IO/Async/Socket.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libio-async-perl/current/lib/IO/Async/Socket.pm?rev=71416&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=71416&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=71416&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=71416&op=diff

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

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

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

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

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

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

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

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

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

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




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