[libtest-mockmodule-perl] 12/13: Add (build) dependency on libsuper-perl.
gregor herrmann
gregoa at debian.org
Sun Jun 21 01:28:43 UTC 2015
This is an automated email from the git hooks/post-receive script.
gregoa pushed a commit to branch master
in repository libtest-mockmodule-perl.
commit 345d9dc63ebd4a3a99ee9beaa316349b2b661f09
Author: gregor herrmann <gregoa at debian.org>
Date: Sun Jun 21 03:25:14 2015 +0200
Add (build) dependency on libsuper-perl.
---
debian/control | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/debian/control b/debian/control
index 25ef003..85458b0 100644
--- a/debian/control
+++ b/debian/control
@@ -8,6 +8,7 @@ Priority: extra
Build-Depends: debhelper (>= 9),
libmodule-build-perl (>= 0.380000)
Build-Depends-Indep: perl,
+ libsuper-perl,
libtest-pod-perl,
libtest-pod-coverage-perl
Standards-Version: 3.9.6
@@ -18,7 +19,8 @@ Homepage: https://metacpan.org/release/Test-MockModule
Package: libtest-mockmodule-perl
Architecture: all
Depends: ${misc:Depends},
- ${perl:Depends}
+ ${perl:Depends},
+ libsuper-perl
Description: Perl module to override subroutines in a module for unit testing
Test::MockModule lets you temporarily redefine subroutines in other
packages for the purposes of unit testing.
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libtest-mockmodule-perl.git
More information about the Pkg-perl-cvs-commits
mailing list