Source: libtest-block-perl
Section: perl
Priority: optional
Build-Depends: debhelper (>= 8),
 perl (>= 5.13.11) | libmodule-build-perl (>= 0.380000)
Build-Depends-Indep: perl, libtest-exception-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.2
Homepage: http://search.cpan.org/dist/Test-Block/
Vcs-Git: git://git.debian.org/pkg-perl/packages/libtest-block-perl.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libtest-block-perl.git

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.
 
