[libminion-perl] 01/05: Updated version 7.05 from 'upstream/7.05'

Nick Morrott nickm-guest at moszumanska.debian.org
Mon Aug 14 20:56:42 UTC 2017


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

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

commit 475b3584836c25b14e0132669ee66c7a48bd64e1
Merge: e0854fa 8bdc845
Author: Nick Morrott <knowledgejunkie at gmail.com>
Date:   Mon Aug 14 21:42:23 2017 +0100

    Updated version 7.05 from 'upstream/7.05'
    
    with Debian dir f348ced8eff2c555f7f623347569196e0355e6ee

 Changes                                            |  53 +++++
 MANIFEST                                           |  10 +
 MANIFEST.SKIP                                      |   1 +
 META.json                                          |  10 +-
 META.yml                                           |   6 +-
 Makefile.PL                                        |   2 +-
 README.md                                          |  10 +-
 examples/linkcheck/lib/LinkCheck.pm                |  26 +++
 .../linkcheck/lib/LinkCheck/Controller/Links.pm    |  26 +++
 .../linkcheck/lib/LinkCheck/Task/CheckLinks.pm     |  28 +++
 examples/linkcheck/linkcheck.conf                  |   4 +
 examples/linkcheck/script/linkcheck                |  11 +
 examples/linkcheck/t/linkcheck.t                   |  43 ++++
 .../linkcheck/templates/layouts/linkcheck.html.ep  |  16 ++
 examples/linkcheck/templates/links/index.html.ep   |   5 +
 examples/linkcheck/templates/links/result.html.ep  |  24 ++
 examples/minion_bench.pl                           |  40 +++-
 lib/Minion.pm                                      | 116 +++++++++-
 lib/Minion/Backend.pm                              |  92 +++++++-
 lib/Minion/Backend/Pg.pm                           | 252 ++++++++++++++++-----
 lib/Minion/Command/minion/job.pm                   |  39 +++-
 lib/Minion/Command/minion/worker.pm                |  86 ++++---
 lib/Minion/Job.pm                                  |  54 ++++-
 lib/Minion/Worker.pm                               |  27 ++-
 lib/Mojolicious/Plugin/Minion.pm                   |   4 +
 t/backend.t                                        |  50 ++++
 t/pg.t                                             | 142 ++++++++++--
 t/pg_lite_app.t                                    |   3 +-
 28 files changed, 1003 insertions(+), 177 deletions(-)

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



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