[libgearman-client-perl] 01/15: Merge tag 'upstream/1.130.002'

Nick Morrott nickm-guest at moszumanska.debian.org
Sun Aug 7 02:04:35 UTC 2016


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

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

commit 9ee5d573d39e2b8b6df9d402cd646148c34cea59
Merge: a900e48 5589bb4
Author: Nick Morrott <knowledgejunkie at gmail.com>
Date:   Thu Aug 4 01:31:36 2016 +0100

    Merge tag 'upstream/1.130.002'
    
    Upstream version 1.130.002

 CHANGES                               |  13 +-
 HACKING                               |   3 -
 MANIFEST                              |  13 +-
 META.json                             |  20 +-
 META.yml                              |  39 ++-
 Makefile.PL                           |  47 ++-
 README                                |  33 ++
 lib/Gearman/Client.pm                 | 404 +++++++++++++---------
 lib/Gearman/Job.pm                    |  96 ++++++
 lib/Gearman/JobStatus.pm              |  47 ++-
 lib/Gearman/Objects.pm                |  39 ++-
 lib/Gearman/ResponseParser.pm         |   5 +-
 lib/Gearman/ResponseParser/Taskset.pm |  10 +-
 lib/Gearman/Task.pm                   | 484 ++++++++++++++++++---------
 lib/Gearman/Taskset.pm                | 313 ++++++++++++-----
 lib/Gearman/Util.pm                   | 171 +++++++---
 lib/Gearman/Worker.pm                 | 352 ++++++++++---------
 t/00-use.t                            |  35 +-
 t/01-object.t                         |   4 +-
 t/02-client.t                         | 109 +++---
 t/03-worker.t                         | 153 +++++++--
 t/04-task.t                           | 177 +++++++++-
 t/05-taskset.t                        | 186 +++++++++++
 t/06-response-parser.t                |  49 +++
 t/07-response-parser-taskset.t        |  34 ++
 t/08-jobstatus.t                      |  50 +++
 t/09-connect.t                        | 175 +++++-----
 t/10-all.t                            | 612 ++++++++++++++++++----------------
 t/11-job.t                            |  39 +++
 t/12-util.t                           |  90 +++++
 t/20-leaktest.t                       |  57 ++--
 t/30-maxqueue.t                       |  84 +++--
 t/40-prefix.t                         | 174 ++++++----
 t/50-wait_timeout.t                   | 122 ++++---
 t/51-large_args.t                     |  57 ----
 t/60-stop-if.t                        |  83 +++--
 t/TestGearman.pm                      | 115 -------
 t/lib/GearTestLib.pm                  |  87 -----
 t/lib/Test/Gearman.pm                 | 241 +++++++++++++
 t/worker.pl                           |   3 +-
 40 files changed, 3195 insertions(+), 1630 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