[libpoe-component-ikc-perl] branch master updated (14ec355 -> 38fb40b)

gregor herrmann gregoa at debian.org
Sat May 17 12:40:23 UTC 2014


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

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

      from  14ec355   update changelog
      adds  6cab8b9   Imported Upstream version 0.2401
       new  9683340   Merge tag 'upstream/0.2401'
       new  cf9cfd7   New upstream release.
       new  c092852   remove boilerplate comments from debian/watch
       new  51232a6   Drop typo-pod.patch, merged upstream.
       new  905e73a   Update years of upstream and packaging copyright.
       new  38fb40b   releasing package libpoe-component-ikc-perl version 0.2401-1

The 6 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                       |  10 +
 IKC.pm                        |   4 +-
 IKC.pod                       |   4 +-
 IKC/Channel.pm                | 197 +++++++++++++-----
 IKC/Client.pm                 |  22 +-
 IKC/ClientLite.pm             |  41 ++--
 IKC/Freezer.pm                |   8 +-
 IKC/LocalKernel.pm            |   4 +-
 IKC/Protocol.pm               |   2 +-
 IKC/Proxy.pm                  |  27 +--
 IKC/Responder.pm              | 474 ++++++++++++++++++++++++++++++++----------
 IKC/Server.pm                 |  62 ++++--
 IKC/Specifier.pm              |   8 +-
 IKC/Timing.pm                 |   2 +-
 IKC/Util.pm                   |  44 ++++
 MANIFEST                      |   5 +
 META.json                     |   8 +-
 META.yml                      |  20 +-
 debian/changelog              |   7 +-
 debian/copyright              |   4 +-
 debian/patches/series         |   1 -
 debian/patches/typo-pod.patch |  14 --
 debian/watch                  |   1 -
 dev/README                    |   2 +
 dev/client                    |   5 +-
 dev/client2                   |   4 +-
 dev/client3                   |   2 +-
 dev/client4                   |   2 +-
 dev/client5                   |   2 +-
 dev/lclient                   |   2 +-
 dev/lclient2                  |   2 +-
 dev/server                    |   2 +-
 dev/server2                   |   2 +-
 dev/server3                   |   2 +-
 dev/shut-client               |   2 +-
 dev/shut-server               |   2 +-
 dev/uclient                   |   2 +-
 dev/userver                   |   2 +-
 eg/lite-1                     |  15 ++
 eg/server-1                   |  43 ++++
 t/00_compile.t                |   9 +-
 t/02_pod_coverage.t           |   2 +-
 t/10_server_client.t          |   1 -
 t/20_clientlite.t             |   6 +-
 t/30_local.t                  |  10 +-
 t/31_concurrency.t            |   2 +-
 t/32_thunk.t                  |   2 +
 t/33_thunklite.t              |   2 +-
 t/40_monitor.t                | 427 +++++++++++++++++++++++++++++++++++++
 test-lite                     |   2 +-
 50 files changed, 1225 insertions(+), 300 deletions(-)
 create mode 100644 IKC/Util.pm
 delete mode 100644 debian/patches/series
 delete mode 100644 debian/patches/typo-pod.patch
 create mode 100644 dev/README
 create mode 100644 eg/lite-1
 create mode 100644 eg/server-1
 create mode 100644 t/40_monitor.t

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



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