[libmoosex-declare-perl] 04/05: Add dependency on libsub-exporter-perl and libsub-install-perl
Lucas Kanashiro
kanashiro-guest at moszumanska.debian.org
Tue Sep 29 17:42:27 UTC 2015
This is an automated email from the git hooks/post-receive script.
kanashiro-guest pushed a commit to branch master
in repository libmoosex-declare-perl.
commit 1ee8cc81a8c7e029a02c8a30302b7b45cbf33e1a
Author: Lucas Kanashiro <kanashiro.duarte at gmail.com>
Date: Tue Sep 29 14:38:32 2015 -0300
Add dependency on libsub-exporter-perl and libsub-install-perl
---
debian/changelog | 1 +
debian/control | 6 +++++-
2 files changed, 6 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index 5632706..f454d98 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ libmoosex-declare-perl (0.43-1) UNRELEASED; urgency=medium
* Team upload.
* Import upstream version 0.43
* Set version of libnamespace-clean-perl (>= 0.19) in d/control
+ * Add dependency on libsub-exporter-perl and libsub-install-perl
-- Lucas Kanashiro <kanashiro.duarte at gmail.com> Tue, 29 Sep 2015 14:21:01 -0300
diff --git a/debian/control b/debian/control
index 1ec01a7..62d185b 100644
--- a/debian/control
+++ b/debian/control
@@ -19,6 +19,8 @@ Build-Depends-Indep: perl,
libnamespace-autoclean-perl (>= 0.16),
libnamespace-clean-perl (>= 0.19),
libparse-method-signatures-perl,
+ libsub-exporter-perl,
+ libsub-install-perl,
libtest-compile-perl,
libtest-fatal-perl
Standards-Version: 3.9.6
@@ -38,7 +40,9 @@ Depends: ${perl:Depends},
libmoosex-types-perl,
libnamespace-autoclean-perl (>= 0.16),
libnamespace-clean-perl (>= 0.19),
- libparse-method-signatures-perl
+ libparse-method-signatures-perl,
+ libsub-exporter-perl,
+ libsub-install-perl
Description: Moose extension providing a declarative syntax
MooseX::Declare provides syntactic sugar for Moose, the postmodern object
system for Perl 5, inspired by Perl 6. When used in your code, it sets up the
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libmoosex-declare-perl.git
More information about the Pkg-perl-cvs-commits
mailing list