[libpoe-perl] branch master updated (7d22963 -> 4da57a8)

Florian Schlichting fsfs at moszumanska.debian.org
Thu Jul 10 16:59:42 UTC 2014


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

fsfs pushed a change to branch master
in repository libpoe-perl.

      from  7d22963   update changelog
      adds  6be5fec   Imported Upstream version 1.3600
       new  19dc435   Merge tag 'upstream/1.3600'
       new  4cd474c   Import Upstream version 1.3600
       new  1502da4   Raise dependency on POE::Test::Loops to 1.355
       new  5a59397   Bump years of packaging copyright
       new  4da57a8   update changelog / WAITS-FOR POE-TEST-LOOPS 1.355

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                              | 275 +++++++++++++++++++++++++-
 META.json                            |  10 +-
 META.yml                             |  38 ++--
 README                               |   2 +-
 debian/changelog                     |  12 +-
 debian/control                       |   2 +-
 debian/copyright                     |   2 +-
 lib/POE.pm                           |   2 +-
 lib/POE/Component.pm                 |   2 +-
 lib/POE/Component/Client/TCP.pm      |   2 +-
 lib/POE/Component/Server/TCP.pm      |   2 +-
 lib/POE/Driver.pm                    |   2 +-
 lib/POE/Driver/SysRW.pm              |   2 +-
 lib/POE/Filter.pm                    |  19 +-
 lib/POE/Filter/Block.pm              |  58 +++++-
 lib/POE/Filter/Grep.pm               |  21 +-
 lib/POE/Filter/HTTPD.pm              | 371 ++++++++++++++++++++++++++++++++++-
 lib/POE/Filter/Line.pm               |  33 +++-
 lib/POE/Filter/Map.pm                |  22 ++-
 lib/POE/Filter/RecordBlock.pm        |  22 ++-
 lib/POE/Filter/Reference.pm          | 166 ++++++++++++----
 lib/POE/Filter/Stackable.pm          |   7 +-
 lib/POE/Filter/Stream.pm             |   2 +-
 lib/POE/Kernel.pm                    |  15 +-
 lib/POE/Loop.pm                      |   2 +-
 lib/POE/Loop/IO_Poll.pm              |   2 +-
 lib/POE/Loop/PerlSignals.pm          |   2 +-
 lib/POE/Loop/Select.pm               |   2 +-
 lib/POE/NFA.pm                       |   2 +-
 lib/POE/Pipe.pm                      |   2 +-
 lib/POE/Pipe/OneWay.pm               |   2 +-
 lib/POE/Pipe/TwoWay.pm               |   2 +-
 lib/POE/Queue.pm                     |   2 +-
 lib/POE/Queue/Array.pm               |   2 +-
 lib/POE/Resource.pm                  |   2 +-
 lib/POE/Resource/Aliases.pm          |   2 +-
 lib/POE/Resource/Clock.pm            |  52 +++--
 lib/POE/Resource/Events.pm           |  35 +++-
 lib/POE/Resource/Extrefs.pm          |   2 +-
 lib/POE/Resource/FileHandles.pm      |   2 +-
 lib/POE/Resource/SIDs.pm             |   2 +-
 lib/POE/Resource/Sessions.pm         |   2 +-
 lib/POE/Resource/Signals.pm          |   2 +-
 lib/POE/Resources.pm                 |   2 +-
 lib/POE/Session.pm                   |   2 +-
 lib/POE/Wheel.pm                     |   2 +-
 lib/POE/Wheel/Curses.pm              |   2 +-
 lib/POE/Wheel/FollowTail.pm          |   2 +-
 lib/POE/Wheel/ListenAccept.pm        |   2 +-
 lib/POE/Wheel/ReadLine.pm            |   2 +-
 lib/POE/Wheel/ReadWrite.pm           |   2 +-
 lib/POE/Wheel/Run.pm                 |  15 +-
 lib/POE/Wheel/SocketFactory.pm       |  38 ++--
 mylib/PoeBuildInfo.pm                |   2 +-
 t/00_info.t                          |   8 +
 t/10_units/01_pod/02_pod_coverage.t  |   4 +
 t/10_units/05_filters/01_block.t     |  50 ++++-
 t/10_units/05_filters/03_http.t      | 118 ++++++++++-
 t/10_units/05_filters/04_line.t      |  46 ++++-
 t/10_units/05_filters/07_reference.t |  53 ++++-
 60 files changed, 1361 insertions(+), 199 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