[libpoe-perl] 01/05: Merge tag 'upstream/1.3560'

Damyan Ivanov dmn at alioth.debian.org
Sat Oct 19 21:13:05 UTC 2013


This is an automated email from the git hooks/post-receive script.

dmn pushed a commit to branch master
in repository libpoe-perl.

commit 3911c9a7d83ad0bc7a5a2c6ed752480ed4fc7663
Merge: 24571ff d3d1ea2
Author: Damyan Ivanov <dmn at debian.org>
Date:   Sat Oct 19 21:04:38 2013 +0000

    Merge tag 'upstream/1.3560'
    
    Upstream version 1.3560

 CHANGES                                  |  445 ++++++++++++++++-------------
 MANIFEST                                 |   10 +-
 META.json                                |   11 +-
 META.yml                                 |   11 +-
 README                                   |   20 +-
 examples/selects.perl                    |   80 +++---
 examples/signals.perl                    |    7 -
 examples/tcp_watermarks.perl             |   61 ++--
 examples/watermarks.perl                 |   49 ++--
 lib/POE.pm                               |   33 ++-
 lib/POE/Component.pm                     |   17 +-
 lib/POE/Component/Client/TCP.pm          |   22 +-
 lib/POE/Component/Server/TCP.pm          |   50 ++--
 lib/POE/Driver.pm                        |    2 +-
 lib/POE/Driver/SysRW.pm                  |    8 +-
 lib/POE/Filter.pm                        |    2 +-
 lib/POE/Filter/Block.pm                  |    2 +-
 lib/POE/Filter/Grep.pm                   |    2 +-
 lib/POE/Filter/HTTPD.pm                  |    2 +-
 lib/POE/Filter/Line.pm                   |   13 +-
 lib/POE/Filter/Map.pm                    |    2 +-
 lib/POE/Filter/RecordBlock.pm            |    2 +-
 lib/POE/Filter/Reference.pm              |    2 +-
 lib/POE/Filter/Stackable.pm              |    2 +-
 lib/POE/Filter/Stream.pm                 |    2 +-
 lib/POE/Kernel.pm                        |   97 ++++---
 lib/POE/Loop.pm                          |   10 +-
 lib/POE/Loop/IO_Poll.pm                  |   10 +-
 lib/POE/Loop/PerlSignals.pm              |    6 +-
 lib/POE/Loop/Select.pm                   |   10 +-
 lib/POE/NFA.pm                           |    2 +-
 lib/POE/Pipe.pm                          |  200 ++-----------
 lib/POE/Pipe/OneWay.pm                   |  185 ++----------
 lib/POE/Pipe/TwoWay.pm                   |  199 ++-----------
 lib/POE/Queue.pm                         |   10 +-
 lib/POE/Queue/Array.pm                   |    5 +-
 lib/POE/Resource.pm                      |    2 +-
 lib/POE/Resource/Aliases.pm              |    4 +-
 lib/POE/Resource/Clock.pm                |  456 ++++++++++++++++++++++++++++++
 lib/POE/Resource/Events.pm               |   74 +++--
 lib/POE/Resource/Extrefs.pm              |    2 +-
 lib/POE/Resource/FileHandles.pm          |    4 +-
 lib/POE/Resource/SIDs.pm                 |    2 +-
 lib/POE/Resource/Sessions.pm             |   10 +-
 lib/POE/Resource/Signals.pm              |  246 ++++++++--------
 lib/POE/Resources.pm                     |    2 +-
 lib/POE/Session.pm                       |   38 ++-
 lib/POE/Wheel.pm                         |    5 +-
 lib/POE/Wheel/Curses.pm                  |    2 +-
 lib/POE/Wheel/FollowTail.pm              |   21 +-
 lib/POE/Wheel/ListenAccept.pm            |    2 +-
 lib/POE/Wheel/ReadLine.pm                |   13 +-
 lib/POE/Wheel/ReadWrite.pm               |   68 +++--
 lib/POE/Wheel/Run.pm                     |  105 ++++---
 lib/POE/Wheel/SocketFactory.pm           |   52 ++--
 mylib/PoeBuildInfo.pm                    |   40 +--
 mylib/svn-log.perl                       |    2 +-
 t/10_units/01_pod/02_pod_coverage.t      |    8 +
 t/10_units/05_filters/51_reference_die.t |  117 ++++++++
 t/90_regression/leolo-sig-die.t          |  114 ++++++++
 t/90_regression/prumike-win32-stat.t     |   67 +++++
 61 files changed, 1823 insertions(+), 1224 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libpoe-perl.git



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