This is an automated email from the git hooks/post-receive script. gregoa pushed a commit to branch master in repository libspecio-perl.
commit ec33ebd451a3fecfd2a60cf36d35d0dec92fad55 Author: gregor herrmann <[email protected]> Date: Mon Aug 14 15:33:39 2017 +0200 Add Ref::Util and Sub::Util to Recommends and Build-Depends-Indep. --- debian/control | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/debian/control b/debian/control index e23437e..e4f2d3a 100644 --- a/debian/control +++ b/debian/control @@ -10,12 +10,13 @@ Build-Depends-Indep: libdevel-stacktrace-perl, libmoo-perl, libmoose-perl (>= 2.1207), libmro-compat-perl, + libref-util-perl, librole-tiny-perl (>= 1.003003), libsub-quote-perl, libtest-fatal-perl, libtest-needs-perl, libtry-tiny-perl, - perl (>= 5.19.5) | libscalar-list-utils-perl (>= 1:1.33) + perl (>= 5.21.4) | libscalar-list-utils-perl (>= 1:1.40) Standards-Version: 4.0.1 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libspecio-perl.git Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libspecio-perl.git @@ -35,6 +36,8 @@ Depends: ${misc:Depends}, libtest-fatal-perl, libtry-tiny-perl, perl (>= 5.19.5) | libscalar-list-utils-perl (>= 1:1.33) +Recommends: libref-util-perl, + perl (>= 5.21.4) | libscalar-list-utils-perl (>= 1:1.40) Description: Perl module providing type constraints and coercions Specio provides classes for representing type constraints and coercion, along with the syntactic sugar for declaring them. -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libspecio-perl.git _______________________________________________ Pkg-perl-cvs-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits
