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

periapt-guest at users.alioth.debian.org periapt-guest at users.alioth.debian.org
Sat Nov 20 21:44:42 UTC 2010


Author: periapt-guest
Date: Sat Nov 20 21:44:35 2010
New Revision: 65124

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

Added:
    branches/upstream/libio-async-perl/current/lib/IO/Async/PID.pm
    branches/upstream/libio-async-perl/current/t/26pid.t
    branches/upstream/libio-async-perl/current/t/53loop-extend-connect.t
Modified:
    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/README
    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/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/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/Protocol.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/Countdown.pm
    branches/upstream/libio-async-perl/current/lib/IO/Async/Timer/Periodic.pm
    branches/upstream/libio-async-perl/current/t/21stream.t
    branches/upstream/libio-async-perl/current/t/24listener.t
    branches/upstream/libio-async-perl/current/t/52loop-listen.t
    branches/upstream/libio-async-perl/current/t/60protocol.t

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

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

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

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

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

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

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

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

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

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




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