[libsql-abstract-perl] 05/08: Add (build) dependency on libmro-compat-perl.

gregor herrmann gregoa at debian.org
Thu Sep 25 22:43:51 UTC 2014


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

gregoa pushed a commit to branch master
in repository libsql-abstract-perl.

commit baa23239869d9784ad8aa1b395b4602127f18aa4
Author: gregor herrmann <gregoa at debian.org>
Date:   Fri Sep 26 00:30:05 2014 +0200

    Add (build) dependency on libmro-compat-perl.
---
 debian/control | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/debian/control b/debian/control
index f5c7795..f09dce4 100644
--- a/debian/control
+++ b/debian/control
@@ -10,6 +10,7 @@ Priority: optional
 Build-Depends: debhelper (>= 8)
 Build-Depends-Indep: libhash-merge-perl,
                      libmoo-perl (>= 1.004002),
+                     libmro-compat-perl (>= 0.12),
                      libtest-deep-perl,
                      libtest-exception-perl (>= 0.31),
                      libtest-warn-perl,
@@ -24,7 +25,8 @@ Architecture: all
 Depends: ${misc:Depends},
          ${perl:Depends},
          libhash-merge-perl,
-         libmoo-perl (>= 1.004002)
+         libmoo-perl (>= 1.004002),
+         libmro-compat-perl (>= 0.12)
 Description: module to generate SQL from Perl data structures
  SQL::Abstract is a Perl module that allows developers to generate SQL from
  Perl data strutures, inspired by DBIx::Abstract. The intent of this module

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



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