r32478 - in /trunk/libpoe-perl: ./ debian/ 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/ t/ t/10_units/01_pod/ t/10_units/03_base/ t/20_resources/00_base/ t/90_regression/

ryan52-guest at users.alioth.debian.org ryan52-guest at users.alioth.debian.org
Wed Apr 1 15:16:40 UTC 2009


Author: ryan52-guest
Date: Wed Apr  1 15:16:34 2009
New Revision: 32478

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=32478
Log:
New upstream release

Added:
    trunk/libpoe-perl/t/00_info.t
      - copied unchanged from r32477, branches/upstream/libpoe-perl/current/t/00_info.t
    trunk/libpoe-perl/t/10_units/03_base/18_nfa_usage.t
      - copied unchanged from r32477, branches/upstream/libpoe-perl/current/t/10_units/03_base/18_nfa_usage.t
    trunk/libpoe-perl/t/90_regression/kogman-sig-order.t
      - copied unchanged from r32477, branches/upstream/libpoe-perl/current/t/90_regression/kogman-sig-order.t
    trunk/libpoe-perl/t/90_regression/rt39872-sigchld-stop.t
      - copied unchanged from r32477, branches/upstream/libpoe-perl/current/t/90_regression/rt39872-sigchld-stop.t
Modified:
    trunk/libpoe-perl/CHANGES
    trunk/libpoe-perl/MANIFEST
    trunk/libpoe-perl/META.yml
    trunk/libpoe-perl/debian/changelog
    trunk/libpoe-perl/examples/selects.perl
    trunk/libpoe-perl/examples/tcp_watermarks.perl
    trunk/libpoe-perl/examples/thrash.perl
    trunk/libpoe-perl/examples/watermarks.perl
    trunk/libpoe-perl/examples/wheels2.perl
    trunk/libpoe-perl/lib/POE.pm
    trunk/libpoe-perl/lib/POE/Component.pm
    trunk/libpoe-perl/lib/POE/Component/Client/TCP.pm
    trunk/libpoe-perl/lib/POE/Component/Server/TCP.pm
    trunk/libpoe-perl/lib/POE/Driver.pm
    trunk/libpoe-perl/lib/POE/Driver/SysRW.pm
    trunk/libpoe-perl/lib/POE/Filter.pm
    trunk/libpoe-perl/lib/POE/Filter/Block.pm
    trunk/libpoe-perl/lib/POE/Filter/Grep.pm
    trunk/libpoe-perl/lib/POE/Filter/HTTPD.pm
    trunk/libpoe-perl/lib/POE/Filter/Line.pm
    trunk/libpoe-perl/lib/POE/Filter/Map.pm
    trunk/libpoe-perl/lib/POE/Filter/RecordBlock.pm
    trunk/libpoe-perl/lib/POE/Filter/Reference.pm
    trunk/libpoe-perl/lib/POE/Filter/Stackable.pm
    trunk/libpoe-perl/lib/POE/Filter/Stream.pm
    trunk/libpoe-perl/lib/POE/Kernel.pm
    trunk/libpoe-perl/lib/POE/Loop.pm
    trunk/libpoe-perl/lib/POE/Loop/Event.pm
    trunk/libpoe-perl/lib/POE/Loop/Gtk.pm
    trunk/libpoe-perl/lib/POE/Loop/IO_Poll.pm
    trunk/libpoe-perl/lib/POE/Loop/PerlSignals.pm
    trunk/libpoe-perl/lib/POE/Loop/Select.pm
    trunk/libpoe-perl/lib/POE/Loop/Tk.pm
    trunk/libpoe-perl/lib/POE/Loop/TkActiveState.pm
    trunk/libpoe-perl/lib/POE/Loop/TkCommon.pm
    trunk/libpoe-perl/lib/POE/NFA.pm
    trunk/libpoe-perl/lib/POE/Pipe.pm
    trunk/libpoe-perl/lib/POE/Pipe/OneWay.pm
    trunk/libpoe-perl/lib/POE/Pipe/TwoWay.pm
    trunk/libpoe-perl/lib/POE/Queue.pm
    trunk/libpoe-perl/lib/POE/Queue/Array.pm
    trunk/libpoe-perl/lib/POE/Resource.pm
    trunk/libpoe-perl/lib/POE/Resource/Aliases.pm
    trunk/libpoe-perl/lib/POE/Resource/Events.pm
    trunk/libpoe-perl/lib/POE/Resource/Extrefs.pm
    trunk/libpoe-perl/lib/POE/Resource/FileHandles.pm
    trunk/libpoe-perl/lib/POE/Resource/SIDs.pm
    trunk/libpoe-perl/lib/POE/Resource/Sessions.pm
    trunk/libpoe-perl/lib/POE/Resource/Signals.pm
    trunk/libpoe-perl/lib/POE/Resource/Statistics.pm
    trunk/libpoe-perl/lib/POE/Resources.pm
    trunk/libpoe-perl/lib/POE/Session.pm
    trunk/libpoe-perl/lib/POE/Wheel.pm
    trunk/libpoe-perl/lib/POE/Wheel/Curses.pm
    trunk/libpoe-perl/lib/POE/Wheel/FollowTail.pm
    trunk/libpoe-perl/lib/POE/Wheel/ListenAccept.pm
    trunk/libpoe-perl/lib/POE/Wheel/ReadLine.pm
    trunk/libpoe-perl/lib/POE/Wheel/ReadWrite.pm
    trunk/libpoe-perl/lib/POE/Wheel/Run.pm
    trunk/libpoe-perl/lib/POE/Wheel/SocketFactory.pm
    trunk/libpoe-perl/mylib/PoeBuildInfo.pm
    trunk/libpoe-perl/mylib/coverage.perl
    trunk/libpoe-perl/t/10_units/01_pod/02_pod_coverage.t
    trunk/libpoe-perl/t/20_resources/00_base/signals.pm
    trunk/libpoe-perl/t/90_regression/merijn-sigchld-system.t
    trunk/libpoe-perl/t/90_regression/rt1648-tied-stderr.t
    trunk/libpoe-perl/t/90_regression/rt19908-merlyn-stop.t

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

Modified: trunk/libpoe-perl/CHANGES
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpoe-perl/CHANGES?rev=32478&op=diff

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

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

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

Modified: trunk/libpoe-perl/examples/selects.perl
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpoe-perl/examples/selects.perl?rev=32478&op=diff

Modified: trunk/libpoe-perl/examples/tcp_watermarks.perl
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpoe-perl/examples/tcp_watermarks.perl?rev=32478&op=diff

Modified: trunk/libpoe-perl/examples/thrash.perl
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpoe-perl/examples/thrash.perl?rev=32478&op=diff

Modified: trunk/libpoe-perl/examples/watermarks.perl
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpoe-perl/examples/watermarks.perl?rev=32478&op=diff

Modified: trunk/libpoe-perl/examples/wheels2.perl
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpoe-perl/examples/wheels2.perl?rev=32478&op=diff

Modified: trunk/libpoe-perl/lib/POE.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpoe-perl/lib/POE.pm?rev=32478&op=diff

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Modified: trunk/libpoe-perl/lib/POE/Loop/Event.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpoe-perl/lib/POE/Loop/Event.pm?rev=32478&op=diff

Modified: trunk/libpoe-perl/lib/POE/Loop/Gtk.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpoe-perl/lib/POE/Loop/Gtk.pm?rev=32478&op=diff

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

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

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

Modified: trunk/libpoe-perl/lib/POE/Loop/Tk.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpoe-perl/lib/POE/Loop/Tk.pm?rev=32478&op=diff

Modified: trunk/libpoe-perl/lib/POE/Loop/TkActiveState.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpoe-perl/lib/POE/Loop/TkActiveState.pm?rev=32478&op=diff

Modified: trunk/libpoe-perl/lib/POE/Loop/TkCommon.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpoe-perl/lib/POE/Loop/TkCommon.pm?rev=32478&op=diff

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Modified: trunk/libpoe-perl/mylib/PoeBuildInfo.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpoe-perl/mylib/PoeBuildInfo.pm?rev=32478&op=diff

Modified: trunk/libpoe-perl/mylib/coverage.perl
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpoe-perl/mylib/coverage.perl?rev=32478&op=diff

Modified: trunk/libpoe-perl/t/10_units/01_pod/02_pod_coverage.t
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpoe-perl/t/10_units/01_pod/02_pod_coverage.t?rev=32478&op=diff

Modified: trunk/libpoe-perl/t/20_resources/00_base/signals.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpoe-perl/t/20_resources/00_base/signals.pm?rev=32478&op=diff

Modified: trunk/libpoe-perl/t/90_regression/merijn-sigchld-system.t
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpoe-perl/t/90_regression/merijn-sigchld-system.t?rev=32478&op=diff

Modified: trunk/libpoe-perl/t/90_regression/rt1648-tied-stderr.t
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpoe-perl/t/90_regression/rt1648-tied-stderr.t?rev=32478&op=diff

Modified: trunk/libpoe-perl/t/90_regression/rt19908-merlyn-stop.t
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpoe-perl/t/90_regression/rt19908-merlyn-stop.t?rev=32478&op=diff




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