[libpoe-perl] branch master updated (b4ef084 -> f2f8aa8)
    Florian Schlichting 
    fsfs at moszumanska.debian.org
       
    Mon Dec  9 22:55:58 UTC 2013
    
    
  
This is an automated email from the git hooks/post-receive script.
fsfs pushed a change to branch master
in repository libpoe-perl.
      from  b4ef084   releasing 2:1.3560-2
      adds  0fb664c   Imported Upstream version 1.3580
       new  5836969   Merge tag 'upstream/1.3580'
       new  d7525b9   Drop pod-spelling.patch, applied upstream
       new  f2f8aa8   Import Upstream version 1.3580
The 3 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                           | 296 +++++++++++++++++++++++++
 MANIFEST                          |   1 +
 META.json                         |   4 +-
 META.yml                          |   4 +-
 README                            |   2 +-
 debian/changelog                  |   7 +
 debian/patches/pod-spelling.patch |  16 --
 debian/patches/series             |   1 -
 lib/POE.pm                        |   6 +-
 lib/POE/Component.pm              |   2 +-
 lib/POE/Component/Client/TCP.pm   |   4 +-
 lib/POE/Component/Server/TCP.pm   |  31 ++-
 lib/POE/Driver.pm                 |   2 +-
 lib/POE/Driver/SysRW.pm           |   2 +-
 lib/POE/Filter.pm                 |   2 +-
 lib/POE/Filter/Block.pm           |   2 +-
 lib/POE/Filter/Grep.pm            |   2 +-
 lib/POE/Filter/HTTPD.pm           |   4 +-
 lib/POE/Filter/Line.pm            |   2 +-
 lib/POE/Filter/Map.pm             |   2 +-
 lib/POE/Filter/RecordBlock.pm     |   2 +-
 lib/POE/Filter/Reference.pm       |   5 +-
 lib/POE/Filter/Stackable.pm       |   2 +-
 lib/POE/Filter/Stream.pm          |   2 +-
 lib/POE/Kernel.pm                 | 449 +++++++++++++++++++++-----------------
 lib/POE/Loop.pm                   |   4 +-
 lib/POE/Loop/IO_Poll.pm           |   4 +-
 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               |   4 +-
 lib/POE/Resource/Aliases.pm       |   4 +-
 lib/POE/Resource/Clock.pm         |  14 +-
 lib/POE/Resource/Events.pm        |  12 +-
 lib/POE/Resource/Extrefs.pm       |   4 +-
 lib/POE/Resource/FileHandles.pm   |   4 +-
 lib/POE/Resource/SIDs.pm          |   4 +-
 lib/POE/Resource/Sessions.pm      |   4 +-
 lib/POE/Resource/Signals.pm       |  20 +-
 lib/POE/Resources.pm              |   4 +-
 lib/POE/Session.pm                |   6 +-
 lib/POE/Wheel.pm                  |   2 +-
 lib/POE/Wheel/Curses.pm           |   2 +-
 lib/POE/Wheel/FollowTail.pm       |  11 +-
 lib/POE/Wheel/ListenAccept.pm     |   2 +-
 lib/POE/Wheel/ReadLine.pm         |   2 +-
 lib/POE/Wheel/ReadWrite.pm        |   2 +-
 lib/POE/Wheel/Run.pm              |   4 +-
 lib/POE/Wheel/SocketFactory.pm    |   2 +-
 t/90_regression/leolo-sig-die.t   |  72 +++---
 t/90_regression/pipe-followtail.t |  78 +++++++
 56 files changed, 773 insertions(+), 360 deletions(-)
 delete mode 100644 debian/patches/pod-spelling.patch
 create mode 100644 t/90_regression/pipe-followtail.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