[libmodule-used-perl] 04/08: update (build-)dependencies
Florian Schlichting
fsfs at alioth.debian.org
Mon Aug 12 10:05:19 UTC 2013
This is an automated email from the git hooks/post-receive script.
fsfs pushed a commit to branch master
in repository libmodule-used-perl.
commit f62952f214bffec990004438a5791d8ce190352b
Author: Florian Schlichting <fsfs at debian.org>
Date: Mon Aug 12 12:00:44 2013 +0200
update (build-)dependencies
---
debian/control | 12 +++++++-----
1 file changed, 7 insertions(+), 5 deletions(-)
diff --git a/debian/control b/debian/control
index bea8765..084a0b7 100644
--- a/debian/control
+++ b/debian/control
@@ -5,10 +5,11 @@ Section: perl
Priority: optional
Build-Depends: debhelper (>= 7)
Build-Depends-Indep: perl,
- libtest-deep-perl,
+ libconst-fast-perl,
libfile-next-perl,
+ libmodule-path-perl,
libppi-perl,
- libreadonly-perl
+ libtest-deep-perl
Standards-Version: 3.8.3
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libmodule-used-perl.git
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libmodule-used-perl.git
@@ -18,9 +19,10 @@ Package: libmodule-used-perl
Architecture: all
Depends: ${perl:Depends},
${misc:Depends},
- libppi-perl,
- libreadonly-perl,
- libfile-next-perl
+ libconst-fast-perl,
+ libfile-next-perl,
+ libmodule-path-perl,
+ libppi-perl
Description: library to detect modules loaded by Perl code without running it
Module::Used is a Perl module that does static analysis of arbitrary Perl
code, looking for use and require statements to determine what modules are
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libmodule-used-perl.git
More information about the Pkg-perl-cvs-commits
mailing list