r36472 - in /trunk/libio-async-perl: ./ debian/ 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 18:23:09 UTC 2009


Author: jawnsy-guest
Date: Tue May 26 18:23:04 2009
New Revision: 36472

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=36472
Log:
* New upstream version.
* Now there are examples upstream, so add .examples back
* Fixed copyright info, there are some things from 2007

Added:
    trunk/libio-async-perl/debian/libio-async-perl.examples
    trunk/libio-async-perl/examples/
      - copied from r36466, branches/upstream/libio-async-perl/current/examples/
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/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/DetachedCode/FlatMarshaller.pm
    trunk/libio-async-perl/lib/IO/Async/DetachedCode/StorableMarshaller.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/Internals/TimeQueue.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/04notifier.t
    trunk/libio-async-perl/t/10loop-poll-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/20handle.t
    trunk/libio-async-perl/t/21stream.t
    trunk/libio-async-perl/t/22timer.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=36472&op=diff

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

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

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

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

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

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

Added: trunk/libio-async-perl/debian/libio-async-perl.examples
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libio-async-perl/debian/libio-async-perl.examples?rev=36472&op=file

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

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

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

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




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