[libmodule-cpants-analyse-perl] 02/04: Add alternative (build-)dependency for Module::Pluggable

Salvatore Bonaccorso carnil at debian.org
Sun Sep 22 22:16:37 UTC 2013


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

carnil pushed a commit to annotated tag debian/0.92+dfsg-1
in repository libmodule-cpants-analyse-perl.

commit ac47483e80c3953901e347d6ba782164f6f86011
Author: Salvatore Bonaccorso <carnil at debian.org>
Date:   Mon Sep 23 00:03:37 2013 +0200

    Add alternative (build-)dependency for Module::Pluggable
    
    Module::Pluggable will be removed from Perl core in 5.20 and emits now
    a warning with 5.18. This causes build failures in tests with 'no
    warning'. Also add the stricter dependency in Depends to avoid
    deprecation warnings at runtime.
    
    Closes: #724237
---
 debian/control |    2 ++
 1 file changed, 2 insertions(+)

diff --git a/debian/control b/debian/control
index 9dbda57..a95baf3 100644
--- a/debian/control
+++ b/debian/control
@@ -19,6 +19,7 @@ Build-Depends-Indep: perl,
                      libfile-find-rule-vcs-perl,
                      libio-capture-perl,
                      libmodule-extractuse-perl (>= 0.30),
+                     libmodule-pluggable-perl | perl (<< 5.17.0),
                      libreadonly-perl,
                      libset-scalar-perl,
                      libsoftware-license-perl,
@@ -44,6 +45,7 @@ Depends: ${misc:Depends},
          libfile-find-rule-vcs-perl,
          libio-capture-perl,
          libmodule-extractuse-perl (>= 0.30),
+         libmodule-pluggable-perl | perl (<< 5.17.0),
          libreadonly-perl,
          libset-scalar-perl,
          libsoftware-license-perl,

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



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