[libmoosex-object-pluggable-perl] 01/02: Explicitly (build-)depend on Module::Pluggable::Object.

gregor herrmann gregoa at debian.org
Thu Aug 8 12:55:36 UTC 2013


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

gregoa pushed a commit to branch master
in repository libmoosex-object-pluggable-perl.

commit 76b7e09750c9ae76927d020a6f69d9b5b85161f3
Author: gregor herrmann <gregoa at debian.org>
Date:   Thu Aug 8 14:54:31 2013 +0200

    Explicitly (build-)depend on Module::Pluggable::Object.
    
    Closes: #711669
---
 debian/control |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/control b/debian/control
index 77a248d..2f95c75 100644
--- a/debian/control
+++ b/debian/control
@@ -7,6 +7,7 @@ Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 8)
 Build-Depends-Indep: perl,
+                     libmodule-pluggable-perl | perl (<< 5.17.0),
                      libmoose-perl,
                      libtest-pod-perl,
                      libtest-pod-coverage-perl
@@ -19,7 +20,7 @@ Package: libmoosex-object-pluggable-perl
 Architecture: all
 Depends: ${misc:Depends},
          ${perl:Depends},
-         perl,
+         libmodule-pluggable-perl | perl (<< 5.17.0),
          libmoose-perl
 Description: Perl module for adding plugin support to your Moose classes
  MooseX::Object::Pluggable is meant to be loaded as a role from Moose-based

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



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