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

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Tue May 26 15:26:35 UTC 2009


Author: jawnsy-guest
Date: Tue May 26 15:26:29 2009
New Revision: 36465

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

Added:
    branches/upstream/libio-async-perl/current/examples/
    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/examples/whoami-server.pl
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/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/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/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/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/04notifier.t
    branches/upstream/libio-async-perl/current/t/10loop-poll-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/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

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

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

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

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

Added: 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=36465&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=36465&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=36465&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=36465&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=36465&op=diff

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

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

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

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

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




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