r66217 - in /trunk/libio-async-perl: ./ debian/ lib/IO/ lib/IO/Async/ 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
Fri Dec 24 20:50:04 UTC 2010


Author: jawnsy-guest
Date: Fri Dec 24 20:49:57 2010
New Revision: 66217

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=66217
Log:
WAITS-FOR: libtest-identity-perl
* New upstream release
  + Breaks older loop implementations (written pre-0.33)

Added:
    trunk/libio-async-perl/lib/IO/Async/Timer/Absolute.pm
      - copied unchanged from r66213, branches/upstream/libio-async-perl/current/lib/IO/Async/Timer/Absolute.pm
    trunk/libio-async-perl/t/21stream-1read.t
      - copied unchanged from r66213, branches/upstream/libio-async-perl/current/t/21stream-1read.t
    trunk/libio-async-perl/t/21stream-2write.t
      - copied unchanged from r66213, branches/upstream/libio-async-perl/current/t/21stream-2write.t
    trunk/libio-async-perl/t/21stream-3split.t
      - copied unchanged from r66213, branches/upstream/libio-async-perl/current/t/21stream-3split.t
    trunk/libio-async-perl/t/22timer-absolute.t
      - copied unchanged from r66213, branches/upstream/libio-async-perl/current/t/22timer-absolute.t
Removed:
    trunk/libio-async-perl/t/21stream.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/NEWS
    trunk/libio-async-perl/debian/changelog
    trunk/libio-async-perl/debian/control
    trunk/libio-async-perl/debian/copyright
    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/LoopTests.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/PID.pm
    trunk/libio-async-perl/lib/IO/Async/Protocol.pm
    trunk/libio-async-perl/lib/IO/Async/Protocol/Stream.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/Socket.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/lib/IO/Async/Timer/Countdown.pm
    trunk/libio-async-perl/lib/IO/Async/Timer/Periodic.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/04notifier.t
    trunk/libio-async-perl/t/05notifier-child.t
    trunk/libio-async-perl/t/19test.t
    trunk/libio-async-perl/t/24listener.t
    trunk/libio-async-perl/t/41detachedcode-call.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=66217&op=diff

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

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

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

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

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

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

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

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

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

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

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

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

Modified: trunk/libio-async-perl/lib/IO/Async/Timer/Countdown.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libio-async-perl/lib/IO/Async/Timer/Countdown.pm?rev=66217&op=diff

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

Modified: trunk/libio-async-perl/t/04notifier.t
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libio-async-perl/t/04notifier.t?rev=66217&op=diff

Modified: trunk/libio-async-perl/t/05notifier-child.t
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libio-async-perl/t/05notifier-child.t?rev=66217&op=diff

Modified: trunk/libio-async-perl/t/19test.t
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libio-async-perl/t/19test.t?rev=66217&op=diff

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




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