Source: libtest-fatal-perl
Section: perl
Priority: optional
Build-Depends: debhelper (>= 8)
Build-Depends-Indep: libtry-tiny-perl (>= 0.07),
 perl (>= 5.13.4) | libtest-simple-perl (>= 0.96),
 perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: gregor herrmann <gregoa@debian.org>, Fabrizio Regalli <fabreg@fabreg.it>,
 Florian Schlichting <fsfs@debian.org>
Standards-Version: 3.9.6
Homepage: https://metacpan.org/release/Test-Fatal
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libtest-fatal-perl.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libtest-fatal-perl.git
Testsuite: autopkgtest-pkg-perl

Package: libtest-fatal-perl
Architecture: all
Depends: ${misc:Depends}, ${perl:Depends}, libtry-tiny-perl (>= 0.07)
Description: module for testing code with exceptions
 Test::Fatal is an alternative to the popular Test::Exception. It does much
 less, but should allow greater flexibility in testing exception-throwing code
 with about the same amount of typing.
 .
 It exports one routine by default: exception.
