r42174 - in /trunk/libio-async-perl: ./ debian/ lib/IO/ lib/IO/Async/ lib/IO/Async/Internals/ lib/IO/Async/Loop/ t/

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Thu Aug 20 17:28:47 UTC 2009


Author: jawnsy-guest
Date: Thu Aug 20 17:28:40 2009
New Revision: 42174

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=42174
Log:
* New upstream release
  + IO::Async::Listener is now a constructable Notifier subclass
  + Allow Signal, Timer and Listener to act as base classes as well as
    standalone with callbacks

Added:
    trunk/libio-async-perl/lib/IO/Async/Loop/Poll.pm
      - copied unchanged from r42173, branches/upstream/libio-async-perl/current/lib/IO/Async/Loop/Poll.pm
    trunk/libio-async-perl/t/24listener.t
      - copied unchanged from r42173, branches/upstream/libio-async-perl/current/t/24listener.t
Modified:
    trunk/libio-async-perl/Changes
    trunk/libio-async-perl/MANIFEST
    trunk/libio-async-perl/META.yml
    trunk/libio-async-perl/README
    trunk/libio-async-perl/debian/changelog
    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/Internals/SignalProxy.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/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/02loop-magic.t
    trunk/libio-async-perl/t/03loop-osabstract.t
    trunk/libio-async-perl/t/10loop-poll-io.t
    trunk/libio-async-perl/t/11loop-poll-timer.t
    trunk/libio-async-perl/t/12loop-poll-signal.t
    trunk/libio-async-perl/t/20handle.t
    trunk/libio-async-perl/t/21stream.t
    trunk/libio-async-perl/t/22timer.t
    trunk/libio-async-perl/t/23signal.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
    trunk/libio-async-perl/t/40detachedcode-marshall.t
    trunk/libio-async-perl/t/41detachedcode-call.t
    trunk/libio-async-perl/t/50loop-resolve.t
    trunk/libio-async-perl/t/51loop-connect.t
    trunk/libio-async-perl/t/52loop-listen.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=42174&op=diff

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

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

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

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

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

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

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

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

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

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

Modified: trunk/libio-async-perl/t/32childmanager-spawn.t
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libio-async-perl/t/32childmanager-spawn.t?rev=42174&op=diff

Modified: trunk/libio-async-perl/t/33childmanager-spawn-setup.t
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libio-async-perl/t/33childmanager-spawn-setup.t?rev=42174&op=diff

Modified: trunk/libio-async-perl/t/34childmanager-open.t
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libio-async-perl/t/34childmanager-open.t?rev=42174&op=diff

Modified: trunk/libio-async-perl/t/35childmanager-run.t
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libio-async-perl/t/35childmanager-run.t?rev=42174&op=diff

Modified: trunk/libio-async-perl/t/36childmanager-root.t
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libio-async-perl/t/36childmanager-root.t?rev=42174&op=diff

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

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




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