r68260 - in /branches/upstream/libpoe-perl/current: ./ 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/ t/10_units/03_base/ t/90_regression/

periapt-guest at users.alioth.debian.org periapt-guest at users.alioth.debian.org
Thu Feb 10 08:10:23 UTC 2011


Author: periapt-guest
Date: Thu Feb 10 08:09:43 2011
New Revision: 68260

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=68260
Log:
[svn-upgrade] new version libpoe-perl (1.2990)

Removed:
    branches/upstream/libpoe-perl/current/mylib/Makefile-5004.pm
    branches/upstream/libpoe-perl/current/mylib/Makefile-5005.pm
Modified:
    branches/upstream/libpoe-perl/current/CHANGES
    branches/upstream/libpoe-perl/current/MANIFEST
    branches/upstream/libpoe-perl/current/META.yml
    branches/upstream/libpoe-perl/current/Makefile.PL
    branches/upstream/libpoe-perl/current/README
    branches/upstream/libpoe-perl/current/lib/POE.pm
    branches/upstream/libpoe-perl/current/lib/POE/Component.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/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/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/ReadWrite.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/PoeBuildInfo.pm
    branches/upstream/libpoe-perl/current/t/10_units/03_base/11_assert_usage.t
    branches/upstream/libpoe-perl/current/t/10_units/03_base/12_assert_retval.t
    branches/upstream/libpoe-perl/current/t/10_units/03_base/13_assert_data.t
    branches/upstream/libpoe-perl/current/t/90_regression/rt56417-wheel-run.t
    branches/upstream/libpoe-perl/current/t/90_regression/whjackson-followtail.t

[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/pkg-perl/branches/upstream/libpoe-perl/current/CHANGES?rev=68260&op=diff

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

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

Modified: branches/upstream/libpoe-perl/current/Makefile.PL
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libpoe-perl/current/Makefile.PL?rev=68260&op=diff

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Modified: branches/upstream/libpoe-perl/current/t/10_units/03_base/11_assert_usage.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libpoe-perl/current/t/10_units/03_base/11_assert_usage.t?rev=68260&op=diff

Modified: branches/upstream/libpoe-perl/current/t/10_units/03_base/12_assert_retval.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libpoe-perl/current/t/10_units/03_base/12_assert_retval.t?rev=68260&op=diff

Modified: branches/upstream/libpoe-perl/current/t/10_units/03_base/13_assert_data.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libpoe-perl/current/t/10_units/03_base/13_assert_data.t?rev=68260&op=diff

Modified: branches/upstream/libpoe-perl/current/t/90_regression/rt56417-wheel-run.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libpoe-perl/current/t/90_regression/rt56417-wheel-run.t?rev=68260&op=diff

Modified: branches/upstream/libpoe-perl/current/t/90_regression/whjackson-followtail.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libpoe-perl/current/t/90_regression/whjackson-followtail.t?rev=68260&op=diff




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