Source: libtest-block-perl
Section: perl
Priority: optional
Build-Depends: debhelper (>= 8),
               libmodule-build-perl (>= 0.380000)
Build-Depends-Indep: libtest-exception-perl,
                     perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Jeremiah C. Foster <jeremiah@jeremiahfoster.com>,
           Florian Schlichting <fschlich@zedat.fu-berlin.de>
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
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libtest-block-perl.git
Testsuite: autopkgtest-pkg-perl

Package: libtest-block-perl
Architecture: all
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::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.
