r22197 - in /branches/upstream/libpoe-perl/current: ./ examples/ lib/ lib/POE/ lib/POE/Component/Client/ lib/POE/Component/Server/ lib/POE/Driver/ lib/POE/Filter/ lib/POE/Loop/ lib/POE/Pipe/ lib/POE/Queue/ lib/POE/Resource/ lib/POE/Wheel/ mylib/ mylib/Devel/ t/10_units/01_pod/ t/10_units/03_base/ t/10_units/05_filters/ t/20_resources/00_base/ t/30_loops/00_base/

eloy at users.alioth.debian.org eloy at users.alioth.debian.org
Thu Jun 26 13:47:46 UTC 2008


Author: eloy
Date: Thu Jun 26 13:47:46 2008
New Revision: 22197

URL: http://svn.debian.org/wsvn/?sc=1&rev=22197
Log:
[svn-upgrade] Integrating new upstream version, libpoe-perl (1.0003)

Modified:
    branches/upstream/libpoe-perl/current/CHANGES
    branches/upstream/libpoe-perl/current/META.yml
    branches/upstream/libpoe-perl/current/examples/create.perl
    branches/upstream/libpoe-perl/current/examples/sessions.perl
    branches/upstream/libpoe-perl/current/examples/thrash.perl
    branches/upstream/libpoe-perl/current/lib/POE.pm
    branches/upstream/libpoe-perl/current/lib/POE/Component/Client/TCP.pm
    branches/upstream/libpoe-perl/current/lib/POE/Component/Server/TCP.pm
    branches/upstream/libpoe-perl/current/lib/POE/Driver.pm
    branches/upstream/libpoe-perl/current/lib/POE/Driver/SysRW.pm
    branches/upstream/libpoe-perl/current/lib/POE/Filter.pm
    branches/upstream/libpoe-perl/current/lib/POE/Filter/Block.pm
    branches/upstream/libpoe-perl/current/lib/POE/Filter/Grep.pm
    branches/upstream/libpoe-perl/current/lib/POE/Filter/HTTPD.pm
    branches/upstream/libpoe-perl/current/lib/POE/Filter/Line.pm
    branches/upstream/libpoe-perl/current/lib/POE/Filter/Map.pm
    branches/upstream/libpoe-perl/current/lib/POE/Filter/RecordBlock.pm
    branches/upstream/libpoe-perl/current/lib/POE/Filter/Reference.pm
    branches/upstream/libpoe-perl/current/lib/POE/Filter/Stackable.pm
    branches/upstream/libpoe-perl/current/lib/POE/Filter/Stream.pm
    branches/upstream/libpoe-perl/current/lib/POE/Kernel.pm
    branches/upstream/libpoe-perl/current/lib/POE/Loop.pm
    branches/upstream/libpoe-perl/current/lib/POE/Loop/Event.pm
    branches/upstream/libpoe-perl/current/lib/POE/Loop/Gtk.pm
    branches/upstream/libpoe-perl/current/lib/POE/Loop/IO_Poll.pm
    branches/upstream/libpoe-perl/current/lib/POE/Loop/PerlSignals.pm
    branches/upstream/libpoe-perl/current/lib/POE/Loop/Select.pm
    branches/upstream/libpoe-perl/current/lib/POE/Loop/Tk.pm
    branches/upstream/libpoe-perl/current/lib/POE/Loop/TkActiveState.pm
    branches/upstream/libpoe-perl/current/lib/POE/Loop/TkCommon.pm
    branches/upstream/libpoe-perl/current/lib/POE/NFA.pm
    branches/upstream/libpoe-perl/current/lib/POE/Pipe.pm
    branches/upstream/libpoe-perl/current/lib/POE/Pipe/OneWay.pm
    branches/upstream/libpoe-perl/current/lib/POE/Pipe/TwoWay.pm
    branches/upstream/libpoe-perl/current/lib/POE/Queue.pm
    branches/upstream/libpoe-perl/current/lib/POE/Queue/Array.pm
    branches/upstream/libpoe-perl/current/lib/POE/Resource.pm
    branches/upstream/libpoe-perl/current/lib/POE/Resource/Aliases.pm
    branches/upstream/libpoe-perl/current/lib/POE/Resource/Events.pm
    branches/upstream/libpoe-perl/current/lib/POE/Resource/Extrefs.pm
    branches/upstream/libpoe-perl/current/lib/POE/Resource/FileHandles.pm
    branches/upstream/libpoe-perl/current/lib/POE/Resource/SIDs.pm
    branches/upstream/libpoe-perl/current/lib/POE/Resource/Sessions.pm
    branches/upstream/libpoe-perl/current/lib/POE/Resource/Signals.pm
    branches/upstream/libpoe-perl/current/lib/POE/Resource/Statistics.pm
    branches/upstream/libpoe-perl/current/lib/POE/Resources.pm
    branches/upstream/libpoe-perl/current/lib/POE/Session.pm
    branches/upstream/libpoe-perl/current/lib/POE/Wheel.pm
    branches/upstream/libpoe-perl/current/lib/POE/Wheel/Curses.pm
    branches/upstream/libpoe-perl/current/lib/POE/Wheel/FollowTail.pm
    branches/upstream/libpoe-perl/current/lib/POE/Wheel/ListenAccept.pm
    branches/upstream/libpoe-perl/current/lib/POE/Wheel/ReadLine.pm
    branches/upstream/libpoe-perl/current/lib/POE/Wheel/Run.pm
    branches/upstream/libpoe-perl/current/lib/POE/Wheel/SocketFactory.pm
    branches/upstream/libpoe-perl/current/mylib/Devel/Null.pm
    branches/upstream/libpoe-perl/current/mylib/Makefile-5005.pm
    branches/upstream/libpoe-perl/current/t/10_units/01_pod/02_pod_coverage.t
    branches/upstream/libpoe-perl/current/t/10_units/03_base/09_resources.t
    branches/upstream/libpoe-perl/current/t/10_units/03_base/15_kernel_internal.t
    branches/upstream/libpoe-perl/current/t/10_units/05_filters/50_stackable.t
    branches/upstream/libpoe-perl/current/t/20_resources/00_base/events.pm
    branches/upstream/libpoe-perl/current/t/20_resources/00_base/filehandles.pm
    branches/upstream/libpoe-perl/current/t/30_loops/00_base/wheel_readwrite.pm

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

Modified: branches/upstream/libpoe-perl/current/CHANGES
URL: http://svn.debian.org/wsvn/branches/upstream/libpoe-perl/current/CHANGES?rev=22197&op=diff

Modified: branches/upstream/libpoe-perl/current/META.yml
URL: http://svn.debian.org/wsvn/branches/upstream/libpoe-perl/current/META.yml?rev=22197&op=diff

Modified: branches/upstream/libpoe-perl/current/examples/create.perl
URL: http://svn.debian.org/wsvn/branches/upstream/libpoe-perl/current/examples/create.perl?rev=22197&op=diff

Modified: branches/upstream/libpoe-perl/current/examples/sessions.perl
URL: http://svn.debian.org/wsvn/branches/upstream/libpoe-perl/current/examples/sessions.perl?rev=22197&op=diff

Modified: branches/upstream/libpoe-perl/current/examples/thrash.perl
URL: http://svn.debian.org/wsvn/branches/upstream/libpoe-perl/current/examples/thrash.perl?rev=22197&op=diff

Modified: branches/upstream/libpoe-perl/current/lib/POE.pm
URL: http://svn.debian.org/wsvn/branches/upstream/libpoe-perl/current/lib/POE.pm?rev=22197&op=diff

Modified: branches/upstream/libpoe-perl/current/lib/POE/Component/Client/TCP.pm
URL: http://svn.debian.org/wsvn/branches/upstream/libpoe-perl/current/lib/POE/Component/Client/TCP.pm?rev=22197&op=diff

Modified: branches/upstream/libpoe-perl/current/lib/POE/Component/Server/TCP.pm
URL: http://svn.debian.org/wsvn/branches/upstream/libpoe-perl/current/lib/POE/Component/Server/TCP.pm?rev=22197&op=diff

Modified: branches/upstream/libpoe-perl/current/lib/POE/Driver.pm
URL: http://svn.debian.org/wsvn/branches/upstream/libpoe-perl/current/lib/POE/Driver.pm?rev=22197&op=diff

Modified: branches/upstream/libpoe-perl/current/lib/POE/Driver/SysRW.pm
URL: http://svn.debian.org/wsvn/branches/upstream/libpoe-perl/current/lib/POE/Driver/SysRW.pm?rev=22197&op=diff

Modified: branches/upstream/libpoe-perl/current/lib/POE/Filter.pm
URL: http://svn.debian.org/wsvn/branches/upstream/libpoe-perl/current/lib/POE/Filter.pm?rev=22197&op=diff

Modified: branches/upstream/libpoe-perl/current/lib/POE/Filter/Block.pm
URL: http://svn.debian.org/wsvn/branches/upstream/libpoe-perl/current/lib/POE/Filter/Block.pm?rev=22197&op=diff

Modified: branches/upstream/libpoe-perl/current/lib/POE/Filter/Grep.pm
URL: http://svn.debian.org/wsvn/branches/upstream/libpoe-perl/current/lib/POE/Filter/Grep.pm?rev=22197&op=diff

Modified: branches/upstream/libpoe-perl/current/lib/POE/Filter/HTTPD.pm
URL: http://svn.debian.org/wsvn/branches/upstream/libpoe-perl/current/lib/POE/Filter/HTTPD.pm?rev=22197&op=diff

Modified: branches/upstream/libpoe-perl/current/lib/POE/Filter/Line.pm
URL: http://svn.debian.org/wsvn/branches/upstream/libpoe-perl/current/lib/POE/Filter/Line.pm?rev=22197&op=diff

Modified: branches/upstream/libpoe-perl/current/lib/POE/Filter/Map.pm
URL: http://svn.debian.org/wsvn/branches/upstream/libpoe-perl/current/lib/POE/Filter/Map.pm?rev=22197&op=diff

Modified: branches/upstream/libpoe-perl/current/lib/POE/Filter/RecordBlock.pm
URL: http://svn.debian.org/wsvn/branches/upstream/libpoe-perl/current/lib/POE/Filter/RecordBlock.pm?rev=22197&op=diff

Modified: branches/upstream/libpoe-perl/current/lib/POE/Filter/Reference.pm
URL: http://svn.debian.org/wsvn/branches/upstream/libpoe-perl/current/lib/POE/Filter/Reference.pm?rev=22197&op=diff

Modified: branches/upstream/libpoe-perl/current/lib/POE/Filter/Stackable.pm
URL: http://svn.debian.org/wsvn/branches/upstream/libpoe-perl/current/lib/POE/Filter/Stackable.pm?rev=22197&op=diff

Modified: branches/upstream/libpoe-perl/current/lib/POE/Filter/Stream.pm
URL: http://svn.debian.org/wsvn/branches/upstream/libpoe-perl/current/lib/POE/Filter/Stream.pm?rev=22197&op=diff

Modified: branches/upstream/libpoe-perl/current/lib/POE/Kernel.pm
URL: http://svn.debian.org/wsvn/branches/upstream/libpoe-perl/current/lib/POE/Kernel.pm?rev=22197&op=diff

Modified: branches/upstream/libpoe-perl/current/lib/POE/Loop.pm
URL: http://svn.debian.org/wsvn/branches/upstream/libpoe-perl/current/lib/POE/Loop.pm?rev=22197&op=diff

Modified: branches/upstream/libpoe-perl/current/lib/POE/Loop/Event.pm
URL: http://svn.debian.org/wsvn/branches/upstream/libpoe-perl/current/lib/POE/Loop/Event.pm?rev=22197&op=diff

Modified: branches/upstream/libpoe-perl/current/lib/POE/Loop/Gtk.pm
URL: http://svn.debian.org/wsvn/branches/upstream/libpoe-perl/current/lib/POE/Loop/Gtk.pm?rev=22197&op=diff

Modified: branches/upstream/libpoe-perl/current/lib/POE/Loop/IO_Poll.pm
URL: http://svn.debian.org/wsvn/branches/upstream/libpoe-perl/current/lib/POE/Loop/IO_Poll.pm?rev=22197&op=diff

Modified: branches/upstream/libpoe-perl/current/lib/POE/Loop/PerlSignals.pm
URL: http://svn.debian.org/wsvn/branches/upstream/libpoe-perl/current/lib/POE/Loop/PerlSignals.pm?rev=22197&op=diff

Modified: branches/upstream/libpoe-perl/current/lib/POE/Loop/Select.pm
URL: http://svn.debian.org/wsvn/branches/upstream/libpoe-perl/current/lib/POE/Loop/Select.pm?rev=22197&op=diff

Modified: branches/upstream/libpoe-perl/current/lib/POE/Loop/Tk.pm
URL: http://svn.debian.org/wsvn/branches/upstream/libpoe-perl/current/lib/POE/Loop/Tk.pm?rev=22197&op=diff

Modified: branches/upstream/libpoe-perl/current/lib/POE/Loop/TkActiveState.pm
URL: http://svn.debian.org/wsvn/branches/upstream/libpoe-perl/current/lib/POE/Loop/TkActiveState.pm?rev=22197&op=diff

Modified: branches/upstream/libpoe-perl/current/lib/POE/Loop/TkCommon.pm
URL: http://svn.debian.org/wsvn/branches/upstream/libpoe-perl/current/lib/POE/Loop/TkCommon.pm?rev=22197&op=diff

Modified: branches/upstream/libpoe-perl/current/lib/POE/NFA.pm
URL: http://svn.debian.org/wsvn/branches/upstream/libpoe-perl/current/lib/POE/NFA.pm?rev=22197&op=diff

Modified: branches/upstream/libpoe-perl/current/lib/POE/Pipe.pm
URL: http://svn.debian.org/wsvn/branches/upstream/libpoe-perl/current/lib/POE/Pipe.pm?rev=22197&op=diff

Modified: branches/upstream/libpoe-perl/current/lib/POE/Pipe/OneWay.pm
URL: http://svn.debian.org/wsvn/branches/upstream/libpoe-perl/current/lib/POE/Pipe/OneWay.pm?rev=22197&op=diff

Modified: branches/upstream/libpoe-perl/current/lib/POE/Pipe/TwoWay.pm
URL: http://svn.debian.org/wsvn/branches/upstream/libpoe-perl/current/lib/POE/Pipe/TwoWay.pm?rev=22197&op=diff

Modified: branches/upstream/libpoe-perl/current/lib/POE/Queue.pm
URL: http://svn.debian.org/wsvn/branches/upstream/libpoe-perl/current/lib/POE/Queue.pm?rev=22197&op=diff

Modified: branches/upstream/libpoe-perl/current/lib/POE/Queue/Array.pm
URL: http://svn.debian.org/wsvn/branches/upstream/libpoe-perl/current/lib/POE/Queue/Array.pm?rev=22197&op=diff

Modified: branches/upstream/libpoe-perl/current/lib/POE/Resource.pm
URL: http://svn.debian.org/wsvn/branches/upstream/libpoe-perl/current/lib/POE/Resource.pm?rev=22197&op=diff

Modified: branches/upstream/libpoe-perl/current/lib/POE/Resource/Aliases.pm
URL: http://svn.debian.org/wsvn/branches/upstream/libpoe-perl/current/lib/POE/Resource/Aliases.pm?rev=22197&op=diff

Modified: branches/upstream/libpoe-perl/current/lib/POE/Resource/Events.pm
URL: http://svn.debian.org/wsvn/branches/upstream/libpoe-perl/current/lib/POE/Resource/Events.pm?rev=22197&op=diff

Modified: branches/upstream/libpoe-perl/current/lib/POE/Resource/Extrefs.pm
URL: http://svn.debian.org/wsvn/branches/upstream/libpoe-perl/current/lib/POE/Resource/Extrefs.pm?rev=22197&op=diff

Modified: branches/upstream/libpoe-perl/current/lib/POE/Resource/FileHandles.pm
URL: http://svn.debian.org/wsvn/branches/upstream/libpoe-perl/current/lib/POE/Resource/FileHandles.pm?rev=22197&op=diff

Modified: branches/upstream/libpoe-perl/current/lib/POE/Resource/SIDs.pm
URL: http://svn.debian.org/wsvn/branches/upstream/libpoe-perl/current/lib/POE/Resource/SIDs.pm?rev=22197&op=diff

Modified: branches/upstream/libpoe-perl/current/lib/POE/Resource/Sessions.pm
URL: http://svn.debian.org/wsvn/branches/upstream/libpoe-perl/current/lib/POE/Resource/Sessions.pm?rev=22197&op=diff

Modified: branches/upstream/libpoe-perl/current/lib/POE/Resource/Signals.pm
URL: http://svn.debian.org/wsvn/branches/upstream/libpoe-perl/current/lib/POE/Resource/Signals.pm?rev=22197&op=diff

Modified: branches/upstream/libpoe-perl/current/lib/POE/Resource/Statistics.pm
URL: http://svn.debian.org/wsvn/branches/upstream/libpoe-perl/current/lib/POE/Resource/Statistics.pm?rev=22197&op=diff

Modified: branches/upstream/libpoe-perl/current/lib/POE/Resources.pm
URL: http://svn.debian.org/wsvn/branches/upstream/libpoe-perl/current/lib/POE/Resources.pm?rev=22197&op=diff

Modified: branches/upstream/libpoe-perl/current/lib/POE/Session.pm
URL: http://svn.debian.org/wsvn/branches/upstream/libpoe-perl/current/lib/POE/Session.pm?rev=22197&op=diff

Modified: branches/upstream/libpoe-perl/current/lib/POE/Wheel.pm
URL: http://svn.debian.org/wsvn/branches/upstream/libpoe-perl/current/lib/POE/Wheel.pm?rev=22197&op=diff

Modified: branches/upstream/libpoe-perl/current/lib/POE/Wheel/Curses.pm
URL: http://svn.debian.org/wsvn/branches/upstream/libpoe-perl/current/lib/POE/Wheel/Curses.pm?rev=22197&op=diff

Modified: branches/upstream/libpoe-perl/current/lib/POE/Wheel/FollowTail.pm
URL: http://svn.debian.org/wsvn/branches/upstream/libpoe-perl/current/lib/POE/Wheel/FollowTail.pm?rev=22197&op=diff

Modified: branches/upstream/libpoe-perl/current/lib/POE/Wheel/ListenAccept.pm
URL: http://svn.debian.org/wsvn/branches/upstream/libpoe-perl/current/lib/POE/Wheel/ListenAccept.pm?rev=22197&op=diff

Modified: branches/upstream/libpoe-perl/current/lib/POE/Wheel/ReadLine.pm
URL: http://svn.debian.org/wsvn/branches/upstream/libpoe-perl/current/lib/POE/Wheel/ReadLine.pm?rev=22197&op=diff

Modified: branches/upstream/libpoe-perl/current/lib/POE/Wheel/Run.pm
URL: http://svn.debian.org/wsvn/branches/upstream/libpoe-perl/current/lib/POE/Wheel/Run.pm?rev=22197&op=diff

Modified: branches/upstream/libpoe-perl/current/lib/POE/Wheel/SocketFactory.pm
URL: http://svn.debian.org/wsvn/branches/upstream/libpoe-perl/current/lib/POE/Wheel/SocketFactory.pm?rev=22197&op=diff

Modified: branches/upstream/libpoe-perl/current/mylib/Devel/Null.pm
URL: http://svn.debian.org/wsvn/branches/upstream/libpoe-perl/current/mylib/Devel/Null.pm?rev=22197&op=diff

Modified: branches/upstream/libpoe-perl/current/mylib/Makefile-5005.pm
URL: http://svn.debian.org/wsvn/branches/upstream/libpoe-perl/current/mylib/Makefile-5005.pm?rev=22197&op=diff

Modified: branches/upstream/libpoe-perl/current/t/10_units/01_pod/02_pod_coverage.t
URL: http://svn.debian.org/wsvn/branches/upstream/libpoe-perl/current/t/10_units/01_pod/02_pod_coverage.t?rev=22197&op=diff

Modified: branches/upstream/libpoe-perl/current/t/10_units/03_base/09_resources.t
URL: http://svn.debian.org/wsvn/branches/upstream/libpoe-perl/current/t/10_units/03_base/09_resources.t?rev=22197&op=diff

Modified: branches/upstream/libpoe-perl/current/t/10_units/03_base/15_kernel_internal.t
URL: http://svn.debian.org/wsvn/branches/upstream/libpoe-perl/current/t/10_units/03_base/15_kernel_internal.t?rev=22197&op=diff

Modified: branches/upstream/libpoe-perl/current/t/10_units/05_filters/50_stackable.t
URL: http://svn.debian.org/wsvn/branches/upstream/libpoe-perl/current/t/10_units/05_filters/50_stackable.t?rev=22197&op=diff

Modified: branches/upstream/libpoe-perl/current/t/20_resources/00_base/events.pm
URL: http://svn.debian.org/wsvn/branches/upstream/libpoe-perl/current/t/20_resources/00_base/events.pm?rev=22197&op=diff

Modified: branches/upstream/libpoe-perl/current/t/20_resources/00_base/filehandles.pm
URL: http://svn.debian.org/wsvn/branches/upstream/libpoe-perl/current/t/20_resources/00_base/filehandles.pm?rev=22197&op=diff

Modified: branches/upstream/libpoe-perl/current/t/30_loops/00_base/wheel_readwrite.pm
URL: http://svn.debian.org/wsvn/branches/upstream/libpoe-perl/current/t/30_loops/00_base/wheel_readwrite.pm?rev=22197&op=diff




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