This is an automated email from the git hooks/post-receive script. gregoa pushed a commit to branch master in repository libmethod-signatures-perl.
commit 460eae3c8b64e62ee68ad342c34ad725c892e2df Author: gregor herrmann <[email protected]> Date: Tue Jan 2 23:17:19 2018 +0100 Add libdata-alias-perl back to Build-Depends-Indep and Recommends now that a fixed version is available. --- debian/control | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/debian/control b/debian/control index 95bfe54..4bca093 100644 --- a/debian/control +++ b/debian/control @@ -9,6 +9,7 @@ Build-Depends: debhelper (>= 10), perl Build-Depends-Indep: libany-moose-perl, libconst-fast-perl, + libdata-alias-perl, libdevel-declare-perl, liblexical-sealrequirehints-perl (>= 0.08), libmoose-perl, @@ -33,7 +34,8 @@ Depends: ${misc:Depends}, libmouse-perl, libppi-perl, libsub-name-perl -Recommends: libmoose-perl +Recommends: libdata-alias-perl, + libmoose-perl Description: method and function declarations with signatures and no source filter Method::Signatures provides two new keywords, func and method, which may be used to write subroutines with signatures, very similar to -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libmethod-signatures-perl.git _______________________________________________ Pkg-perl-cvs-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits
