[libpoe-perl] branch master updated (153a3c6 -> 65696ce)

gregor herrmann gregoa at debian.org
Sat Jul 12 17:51:53 UTC 2014


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

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

      from  153a3c6   update changelog for release
      adds  f9923ef   Imported Upstream version 1.3630
       new  d30c379   Merge tag 'upstream/1.3630'
       new  b12d975   New upstream release.
       new  d649d17   Bump versioned build dependency on libpoe-test-loops-perl.
       new  9438fd8   Add build dependency on libyaml-perl, used in a test.
       new  fa4b9f8   Update years of packaging copyright.
       new  06d9362   cme: reformat debian/control
       new  65696ce   releasing package libpoe-perl version 2:1.3630-1

The 7 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                                | 111 +++++++++++++++++++++++++
 MANIFEST                               |   1 +
 META.json                              |   8 +-
 META.yml                               |   8 +-
 README                                 |   2 +-
 debian/changelog                       |   9 ++
 debian/control                         |  61 +++++++-------
 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                      |   2 +-
 lib/POE/Filter/Block.pm                |   2 +-
 lib/POE/Filter/Grep.pm                 |   2 +-
 lib/POE/Filter/HTTPD.pm                |   2 +-
 lib/POE/Filter/Line.pm                 |   2 +-
 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                      |   2 +-
 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              |   2 +-
 lib/POE/Resource/Events.pm             |   2 +-
 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/Test/Sequence.pm               | 145 ++++++++++++++++++++++++++++++++
 lib/POE/Wheel.pm                       |   2 +-
 lib/POE/Wheel/Curses.pm                |   2 +-
 lib/POE/Wheel/FollowTail.pm            |  37 ++++++++-
 lib/POE/Wheel/ListenAccept.pm          |   2 +-
 lib/POE/Wheel/ReadLine.pm              |   2 +-
 lib/POE/Wheel/ReadWrite.pm             |   2 +-
 lib/POE/Wheel/Run.pm                   |   2 +-
 lib/POE/Wheel/SocketFactory.pm         |   2 +-
 mylib/PoeBuildInfo.pm                  |   2 +-
 t/00_info.t                            |   4 +-
 t/10_units/06_queues/01_array.t        |   1 -
 t/90_regression/agaran-filter-httpd.t  |  30 +++----
 t/90_regression/bingos-followtail.t    |  28 ++++++-
 t/90_regression/cfedde-filter-httpd.t  |  44 +++++-----
 t/90_regression/pipe-followtail.t      |   3 +-
 t/90_regression/whjackson-followtail.t | 146 ++++++++++++++-------------------
 63 files changed, 516 insertions(+), 216 deletions(-)
 create mode 100644 lib/POE/Test/Sequence.pm

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