[libpod-elemental-perl] 01/02: Add (build) dependency on List::Util 1.33.

gregor herrmann gregoa at debian.org
Sun Aug 16 11:03:43 UTC 2015


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

gregoa pushed a commit to branch master
in repository libpod-elemental-perl.

commit 0342c25afa0b190039c3bf3299532ab92cb0bb1d
Author: gregor herrmann <gregoa at debian.org>
Date:   Sun Aug 16 12:52:21 2015 +0200

    Add (build) dependency on List::Util 1.33.
---
 debian/control | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/debian/control b/debian/control
index a7f3312..9766e52 100644
--- a/debian/control
+++ b/debian/control
@@ -20,7 +20,8 @@ Build-Depends-Indep: perl,
                      libsub-exporter-perl,
                      libtest-deep-perl,
                      libtest-differences-perl,
-                     perl (>= 5.13.4) | libtest-simple-perl (>= 0.96)
+                     perl (>= 5.13.4) | libtest-simple-perl (>= 0.96),
+                     perl (>= 5.19.5) | libscalar-list-utils-perl (>= 1:1.33)
 Standards-Version: 3.9.6
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libpod-elemental-perl.git
 Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libpod-elemental-perl.git
@@ -39,7 +40,8 @@ Depends: ${perl:Depends},
          libstring-rewriteprefix-perl,
          libstring-truncate-perl,
          libsub-exporter-formethods-perl,
-         libsub-exporter-perl
+         libsub-exporter-perl,
+         perl (>= 5.19.5) | libscalar-list-utils-perl (>= 1:1.33)
 Description: module for manipulating POD elements
  Pod::Elemental is a system for treating Perl's Plain Old Documentation (POD)
  format as trees of elements. This model is similar in nature to, though less

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



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