[libgearman-client-perl] 01/05: Merge tag 'upstream/2.002.004'

gregor herrmann gregoa at debian.org
Tue Dec 27 21:15:59 UTC 2016


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

gregoa pushed a commit to branch master
in repository libgearman-client-perl.

commit c3a0c365f250518565d24b2a70500de62d3805d1
Merge: cc7f215 c570825
Author: gregor herrmann <gregoa at debian.org>
Date:   Tue Dec 27 22:02:35 2016 +0100

    Merge tag 'upstream/2.002.004'
    
    Upstream version 2.002.004

 CHANGES                               |  22 ++
 MANIFEST                              |  19 +-
 META.json                             |  37 ++--
 META.yml                              |  28 ++-
 Makefile.PL                           |  54 +++--
 lib/Gearman/Client.pm                 | 218 +++++++++---------
 lib/Gearman/Job.pm                    |  27 ++-
 lib/Gearman/JobStatus.pm              |   8 +-
 lib/Gearman/Objects.pm                | 222 ++++++++++++++++---
 lib/Gearman/ResponseParser.pm         |   5 +-
 lib/Gearman/ResponseParser/Taskset.pm |  13 +-
 lib/Gearman/Task.pm                   | 174 +++++++--------
 lib/Gearman/Taskset.pm                | 239 ++++++++++----------
 lib/Gearman/Util.pm                   |  51 +++--
 lib/Gearman/Worker.pm                 | 197 ++++++++---------
 t/00-use.t                            |   5 +-
 t/01-object.t                         | 201 +++++++++++++----
 t/02-client.t                         |  67 +++---
 t/03-worker.t                         | 124 +++++------
 t/05-taskset.t                        |  90 ++++----
 t/09-connect.t                        |   6 +-
 t/10-all.t                            | 406 ----------------------------------
 t/{11-job.t => 10-job.t}              |   0
 t/{12-util.t => 11-unit.t}            |   6 +-
 t/12-sum.t                            | 106 +++++++++
 t/13-fail.t                           | 135 +++++++++++
 t/14-sleep.t                          | 150 +++++++++++++
 t/15-priority.t                       | 114 ++++++++++
 t/16-background.t                     |  64 ++++++
 t/17-status.t                         |  89 ++++++++
 t/18-ssl.t                            | 139 ++++++++++++
 t/20-leaktest.t                       |  82 -------
 t/30-maxqueue.t                       |  76 -------
 t/40-prefix.t                         | 148 ++++++-------
 t/50-wait_timeout.t                   |  46 ++--
 t/60-stop-if.t                        |  85 -------
 t/Server.pm                           | 100 +++++++++
 t/Worker.pm                           |  37 ++++
 t/lib/Test/Gearman.pm                 | 246 --------------------
 t/worker.pl                           | 107 ---------
 40 files changed, 2113 insertions(+), 1830 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libgearman-client-perl.git



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