[libxml-descent-perl] 02/04: Add build dependency on Module::Build which will be removed from the Perl core distribution in the next major release.
Bas Couwenberg
sebastic at xs4all.nl
Sat Jan 10 11:03:21 UTC 2015
This is an automated email from the git hooks/post-receive script.
sebastic-guest pushed a commit to branch master
in repository libxml-descent-perl.
commit 7700e04283696020a0507548772376bec2e02398
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date: Sat Jan 10 11:53:39 2015 +0100
Add build dependency on Module::Build which will be removed from the Perl core distribution in the next major release.
---
debian/changelog | 2 ++
debian/control | 4 +++-
2 files changed, 5 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index 883b1d8..e357dbf 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,8 @@ libxml-descent-perl (1.04-2) UNRELEASED; urgency=medium
[ Bas Couwenberg ]
* Add build dependency on Test::XML for legacy tests.
+ * Add build dependency on Module::Build which will be removed from the Perl
+ core distribution in the next major release.
[ Salvatore Bonaccorso ]
* Update Vcs-Browser URL to cgit web frontend
diff --git a/debian/control b/debian/control
index 1ac7fcb..559d391 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,8 @@ Uploaders: Bas Couwenberg <sebastic at xs4all.nl>
Section: perl
Priority: optional
Build-Depends: debhelper (>= 9)
-Build-Depends-Indep: libtest-differences-perl,
+Build-Depends-Indep: libmodule-build-perl,
+ libtest-differences-perl,
libtest-pod-perl,
libtest-pod-coverage-perl,
libtest-xml-perl,
@@ -27,3 +28,4 @@ Description: Perl module for recursive descent XML parsing
.
XML grammar is recursive - so it's nice to be able to write recursive parsers
for it. XML::Descent allows such parsers to be created.
+
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libxml-descent-perl.git
More information about the Pkg-perl-cvs-commits
mailing list