This is an automated email from the git hooks/post-receive script. gregoa pushed a commit to branch master in repository libtest-block-perl.
commit 53d9ecfeb3cec3ce3740495a995e3f696e39abb6 Author: gregor herrmann <[email protected]> Date: Fri May 29 20:19:24 2015 +0200 wrap&sort d/control Gbp-Dch: Ignore --- debian/control | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/debian/control b/debian/control index a1595d8..4ed9636 100644 --- a/debian/control +++ b/debian/control @@ -2,11 +2,12 @@ Source: libtest-block-perl Section: perl Priority: optional Build-Depends: debhelper (>= 8), - libmodule-build-perl (>= 0.380000) -Build-Depends-Indep: perl, libtest-exception-perl + libmodule-build-perl (>= 0.380000) +Build-Depends-Indep: libtest-exception-perl, + perl Maintainer: Debian Perl Group <[email protected]> Uploaders: Jeremiah C. Foster <[email protected]>, - Florian Schlichting <[email protected]> + Florian Schlichting <[email protected]> Standards-Version: 3.9.6 Homepage: https://metacpan.org/release/Test-Block Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libtest-block-perl.git @@ -14,13 +15,14 @@ Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libtest-block-per Package: libtest-block-perl Architecture: all -Depends: ${misc:Depends}, ${perl:Depends}, libtest-exception-perl +Depends: ${misc:Depends}, + ${perl:Depends}, + libtest-exception-perl Description: module for specifying tests with a finer granularity - Test::Block allows one to specify the number of expected tests at a finer - level of granularity than an entire test script. It is built with + Test::Block allows one to specify the number of expected tests at a finer + level of granularity than an entire test script. It is built with Test::Builder and plays happily with Test::More and friends. . Note: Test::Block has been marked DEPRECATED by its author. It was written before subtests existed in TAP and Test::More. These days subtests will probably be a better option for you. - -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libtest-block-perl.git _______________________________________________ Pkg-perl-cvs-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits
