[libdist-zilla-plugin-run-perl] 04/05: Add (build) dependency on JSON::PP 2.27300.

gregor herrmann gregoa at debian.org
Mon Feb 15 19:14:24 UTC 2016


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

gregoa pushed a commit to branch master
in repository libdist-zilla-plugin-run-perl.

commit 729c8cf644a82c0fbaed56de67978f3792f23bdc
Author: gregor herrmann <gregoa at debian.org>
Date:   Mon Feb 15 20:09:38 2016 +0100

    Add (build) dependency on JSON::PP 2.27300.
---
 debian/control | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/debian/control b/debian/control
index e222946..014c06b 100644
--- a/debian/control
+++ b/debian/control
@@ -17,7 +17,8 @@ Build-Depends-Indep: libdist-zilla-perl (>= 4.200002),
                      libtest-deep-perl,
                      libtest-fatal-perl,
                      libtest-file-sharedir-perl,
-                     perl (>= 5.19.5) | libscalar-list-utils-perl (>= 1:1.33)
+                     perl (>= 5.19.5) | libscalar-list-utils-perl (>= 1:1.33),
+                     perl (>= 5.21.5) | libjson-pp-perl (>= 2.27300)
 Standards-Version: 3.9.6
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libdist-zilla-plugin-run-perl.git
 Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libdist-zilla-plugin-run-perl.git
@@ -32,7 +33,8 @@ Depends: ${misc:Depends},
          libmoose-perl,
          libnamespace-autoclean-perl (>= 0.11),
          libstring-formatter-perl (>= 0.102082),
-         perl (>= 5.19.5) | libscalar-list-utils-perl (>= 1:1.33)
+         perl (>= 5.19.5) | libscalar-list-utils-perl (>= 1:1.33),
+         perl (>= 5.21.5) | libjson-pp-perl (>= 2.27300)
 Description: Dist::Zilla plugin to execute external commands
  Dist::Zilla::Plugin::Run uses specific hooks of Dist::Zilla to execute 
  external command when running dzil. This module is useful to ship generated 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libdist-zilla-plugin-run-perl.git



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