[libpoe-perl] branch master updated (24571ff -> 3939193)

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 change to branch master
in repository libpoe-perl.

      from  24571ff   Remove trailing whitespace
      adds  d3d1ea2   Imported Upstream version 1.3560
       new  3911c9a   Merge tag 'upstream/1.3560'
       new  e77d971   Imported Upstream version 1.3560
       new  4cfcd58   update years of upstream copyright
       new  22071e9   add libio-pipely-perl to build-dependencies
       new  3939193   WAITS-FOR: libio-pipely-perl 0.005

The 5 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 CHANGES                                  |  445 ++++++++++++++++-------------
 MANIFEST                                 |   10 +-
 META.json                                |   11 +-
 META.yml                                 |   11 +-
 README                                   |   20 +-
 debian/changelog                         |   10 +-
 debian/control                           |    1 +
 debian/copyright                         |    2 +-
 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 +++++
 64 files changed, 1834 insertions(+), 1226 deletions(-)
 create mode 100644 lib/POE/Resource/Clock.pm
 create mode 100644 t/10_units/05_filters/51_reference_die.t
 create mode 100644 t/90_regression/leolo-sig-die.t
 create mode 100644 t/90_regression/prumike-win32-stat.t

-- 
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