[libgearman-client-perl] branch master updated (0d6ac82 -> 0b98b2c)

Nick Morrott nickm-guest at moszumanska.debian.org
Tue Jul 26 01:36:08 UTC 2016


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

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

      from  0d6ac82   update changelog
      adds  acfd889   Imported Upstream version 1.12.009
       new  67ab7e0   Merge tag 'upstream/1.12.009'
       new  4f1b02f   Add myself to Uploaders
       new  a3316d7   Remove fix-pod-errors.patch (fixed upstream)
       new  ce48ec2   Update fix-server-connection-error.patch (source changes)
       new  5af68e5   Bump Standards-Version to 3.9.8 (disable t/09-connect.t)
       new  6a583ac   Fix typo in long package description
       new  0b98b2c   Releasing package libgearman-client-perl version 1.12.009-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                                          |  49 ++++
 MANIFEST                                         |  10 +-
 META.json                                        |  14 +-
 META.yml                                         |  12 +-
 Makefile.PL                                      |  31 ++-
 debian/changelog                                 |  15 +-
 debian/control                                   |   7 +-
 debian/patches/fix-pod-errors.patch              |  17 --
 debian/patches/fix-server-connection-error.patch |  18 +-
 debian/patches/series                            |   1 -
 debian/rules                                     |   5 +
 lib/Gearman/Client.pm                            | 210 +++++++---------
 lib/Gearman/JobStatus.pm                         |  22 +-
 lib/Gearman/Objects.pm                           | 113 ++++-----
 lib/Gearman/ResponseParser.pm                    |  49 ++--
 lib/Gearman/ResponseParser/Taskset.pm            |  10 +-
 lib/Gearman/Task.pm                              | 167 ++++++++-----
 lib/Gearman/Taskset.pm                           | 159 +++++++-----
 lib/Gearman/Util.pm                              | 154 ++++++------
 lib/Gearman/Worker.pm                            | 255 +++++++++----------
 t/00-use.t                                       |  13 +-
 t/01-object.t                                    |  53 ++++
 t/02-client.t                                    |  69 ++++++
 t/03-worker.t                                    |  33 +++
 t/04-task.t                                      |  20 ++
 t/09-connect.t                                   |  93 +++++--
 t/10-all.t                                       | 300 +++++++++++++++--------
 t/20-leaktest.t                                  |  33 ++-
 t/30-maxqueue.t                                  |   5 +
 t/40-prefix.t                                    |   7 +-
 t/50-wait_timeout.t                              |   2 +
 t/51-large_args.t                                |   2 +
 t/60-stop-if.t                                   |   2 +
 t/lib/GearTestLib.pm                             |   2 +-
 t/worker.pl                                      | 114 +++++----
 35 files changed, 1285 insertions(+), 781 deletions(-)
 delete mode 100644 debian/patches/fix-pod-errors.patch
 create mode 100644 t/01-object.t
 create mode 100644 t/02-client.t
 create mode 100644 t/03-worker.t
 create mode 100644 t/04-task.t

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