1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
|
Source: libtest-fatal-perl
Section: perl
Priority: optional
Build-Depends: debhelper (>= 8)
Build-Depends-Indep: libtry-tiny-perl (>= 0.07), perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: gregor herrmann <gregoa@debian.org>, Fabrizio Regalli <fabreg@fabreg.it>
Standards-Version: 3.9.2
Homepage: http://search.cpan.org/dist/Test-Fatal/
Vcs-Git: git://git.debian.org/pkg-perl/packages/libtest-fatal-perl.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libtest-fatal-perl.git
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.
|