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

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Tue Oct 13 15:58:56 UTC 2009


Author: jawnsy-guest
Date: Tue Oct 13 15:58:47 2009
New Revision: 45709

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=45709
Log:
* New upstream release
* This version breaks loop implementations written for older
  libio-async-perl versions

Added:
    trunk/libio-async-perl/lib/IO/Async/LoopTests.pm
      - copied unchanged from r45707, branches/upstream/libio-async-perl/current/lib/IO/Async/LoopTests.pm
    trunk/libio-async-perl/lib/IO/Async/Timer/
      - copied from r45707, branches/upstream/libio-async-perl/current/lib/IO/Async/Timer/
    trunk/libio-async-perl/t/13loop-poll-idle.t
      - copied unchanged from r45707, branches/upstream/libio-async-perl/current/t/13loop-poll-idle.t
    trunk/libio-async-perl/t/13loop-select-idle.t
      - copied unchanged from r45707, branches/upstream/libio-async-perl/current/t/13loop-select-idle.t
    trunk/libio-async-perl/t/14loop-poll-child.t
      - copied unchanged from r45707, branches/upstream/libio-async-perl/current/t/14loop-poll-child.t
    trunk/libio-async-perl/t/14loop-select-child.t
      - copied unchanged from r45707, branches/upstream/libio-async-perl/current/t/14loop-select-child.t
    trunk/libio-async-perl/t/15loop-poll-control.t
      - copied unchanged from r45707, branches/upstream/libio-async-perl/current/t/15loop-poll-control.t
    trunk/libio-async-perl/t/15loop-select-control.t
      - copied unchanged from r45707, branches/upstream/libio-async-perl/current/t/15loop-select-control.t
    trunk/libio-async-perl/t/18loop-poll-legacy.t
      - copied unchanged from r45707, branches/upstream/libio-async-perl/current/t/18loop-poll-legacy.t
    trunk/libio-async-perl/t/18loop-select-legacy.t
      - copied unchanged from r45707, branches/upstream/libio-async-perl/current/t/18loop-select-legacy.t
    trunk/libio-async-perl/t/22timer-countdown.t
      - copied unchanged from r45707, branches/upstream/libio-async-perl/current/t/22timer-countdown.t
    trunk/libio-async-perl/t/22timer-periodic.t
      - copied unchanged from r45707, branches/upstream/libio-async-perl/current/t/22timer-periodic.t
    trunk/libio-async-perl/t/30loop-detachchild.t
      - copied unchanged from r45707, branches/upstream/libio-async-perl/current/t/30loop-detachchild.t
    trunk/libio-async-perl/t/31loop-spawnchild.t
      - copied unchanged from r45707, branches/upstream/libio-async-perl/current/t/31loop-spawnchild.t
    trunk/libio-async-perl/t/32loop-spawnchild-setup.t
      - copied unchanged from r45707, branches/upstream/libio-async-perl/current/t/32loop-spawnchild-setup.t
    trunk/libio-async-perl/t/33loop-openchild.t
      - copied unchanged from r45707, branches/upstream/libio-async-perl/current/t/33loop-openchild.t
    trunk/libio-async-perl/t/34loop-runchild.t
      - copied unchanged from r45707, branches/upstream/libio-async-perl/current/t/34loop-runchild.t
    trunk/libio-async-perl/t/35loop-child-root.t
      - copied unchanged from r45707, branches/upstream/libio-async-perl/current/t/35loop-child-root.t
Removed:
    trunk/libio-async-perl/t/22timer.t
    trunk/libio-async-perl/t/30childmanager.t
    trunk/libio-async-perl/t/31childmanager-detach.t
    trunk/libio-async-perl/t/32childmanager-spawn.t
    trunk/libio-async-perl/t/33childmanager-spawn-setup.t
    trunk/libio-async-perl/t/34childmanager-open.t
    trunk/libio-async-perl/t/35childmanager-run.t
    trunk/libio-async-perl/t/36childmanager-root.t
Modified:
    trunk/libio-async-perl/Changes
    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/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/IO_Poll.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/MergePoint.pm
    trunk/libio-async-perl/lib/IO/Async/Notifier.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/Stream.pm
    trunk/libio-async-perl/lib/IO/Async/Test.pm
    trunk/libio-async-perl/lib/IO/Async/Timer.pm
    trunk/libio-async-perl/t/00use.t
    trunk/libio-async-perl/t/10loop-poll-io.t
    trunk/libio-async-perl/t/10loop-select-io.t
    trunk/libio-async-perl/t/11loop-poll-timer.t
    trunk/libio-async-perl/t/11loop-select-timer.t
    trunk/libio-async-perl/t/12loop-poll-signal.t
    trunk/libio-async-perl/t/12loop-select-signal.t
    trunk/libio-async-perl/t/23signal.t

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

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

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

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

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

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

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

Modified: trunk/libio-async-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libio-async-perl/debian/control?rev=45709&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=45709&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=45709&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=45709&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=45709&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=45709&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=45709&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=45709&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=45709&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=45709&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=45709&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=45709&op=diff

Modified: trunk/libio-async-perl/lib/IO/Async/Loop/IO_Poll.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libio-async-perl/lib/IO/Async/Loop/IO_Poll.pm?rev=45709&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=45709&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=45709&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=45709&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=45709&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=45709&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=45709&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=45709&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=45709&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=45709&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=45709&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=45709&op=diff

Modified: trunk/libio-async-perl/t/10loop-poll-io.t
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libio-async-perl/t/10loop-poll-io.t?rev=45709&op=diff

Modified: trunk/libio-async-perl/t/10loop-select-io.t
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libio-async-perl/t/10loop-select-io.t?rev=45709&op=diff

Modified: trunk/libio-async-perl/t/11loop-poll-timer.t
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libio-async-perl/t/11loop-poll-timer.t?rev=45709&op=diff

Modified: trunk/libio-async-perl/t/11loop-select-timer.t
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libio-async-perl/t/11loop-select-timer.t?rev=45709&op=diff

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

Modified: trunk/libio-async-perl/t/12loop-select-signal.t
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libio-async-perl/t/12loop-select-signal.t?rev=45709&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=45709&op=diff




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