[libminion-perl] branch master updated (e0854fa -> d630242)

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 change to branch master
in repository libminion-perl.

      from  e0854fa   Releasing package libminion-perl version 6.02-1
      adds  8bdc845   New upstream version 7.05
       new  475b358   Updated version 7.05 from 'upstream/7.05'
       new  171e893   Declare compliance with Debian Policy 4.0.1
       new  ac3986b   Bump debhelper compatibility level to 10
       new  77b291c   Refresh (build-)dependencies
       new  d630242   Releasing package libminion-perl version 7.05-1

The 5 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                                            |  53 +++++
 MANIFEST                                           |  10 +
 MANIFEST.SKIP                                      |   1 +
 META.json                                          |  10 +-
 META.yml                                           |   6 +-
 Makefile.PL                                        |   2 +-
 README.md                                          |  10 +-
 debian/changelog                                   |   9 +
 debian/compat                                      |   2 +-
 debian/control                                     |   8 +-
 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 +-
 31 files changed, 1017 insertions(+), 182 deletions(-)
 create mode 100644 examples/linkcheck/lib/LinkCheck.pm
 create mode 100644 examples/linkcheck/lib/LinkCheck/Controller/Links.pm
 create mode 100644 examples/linkcheck/lib/LinkCheck/Task/CheckLinks.pm
 create mode 100644 examples/linkcheck/linkcheck.conf
 create mode 100755 examples/linkcheck/script/linkcheck
 create mode 100644 examples/linkcheck/t/linkcheck.t
 create mode 100644 examples/linkcheck/templates/layouts/linkcheck.html.ep
 create mode 100644 examples/linkcheck/templates/links/index.html.ep
 create mode 100644 examples/linkcheck/templates/links/result.html.ep
 create mode 100644 t/backend.t

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