[libdatetime-format-flexible-perl] 01/02: Explicitly (build-)depend on Module::Pluggable.
gregor herrmann
gregoa at debian.org
Thu Aug 8 12:21:13 UTC 2013
This is an automated email from the git hooks/post-receive script.
gregoa pushed a commit to branch master
in repository libdatetime-format-flexible-perl.
commit b8428c2e2f4f20a29cb6a95b6299cb0fab39c9e2
Author: gregor herrmann <gregoa at debian.org>
Date: Thu Aug 8 14:20:14 2013 +0200
Explicitly (build-)depend on Module::Pluggable.
Closes: #711657
---
debian/control | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/debian/control b/debian/control
index b9d9b1f..f94f582 100644
--- a/debian/control
+++ b/debian/control
@@ -13,6 +13,7 @@ Build-Depends-Indep: perl,
libdatetime-perl,
libdatetime-timezone-perl,
liblist-moreutils-perl,
+ libmodule-pluggable-perl | perl (<< 5.17.0),
libtest-mocktime-perl
Standards-Version: 3.9.4
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libdatetime-format-flexible-perl.git
@@ -26,7 +27,8 @@ Depends: ${perl:Depends},
libdatetime-format-builder-perl,
libdatetime-perl,
libdatetime-timezone-perl,
- liblist-moreutils-perl
+ liblist-moreutils-perl,
+ libmodule-pluggable-perl | perl (<< 5.17.0)
Pre-Depends: dpkg (>= 1.15.6)
Description: Perl module to transform strings into DateTime objects
DateTime::Format::Flexible is designed to transform arbitrary date/time
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libdatetime-format-flexible-perl.git
More information about the Pkg-perl-cvs-commits
mailing list