1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
|
Source: libtest-exception-perl
Section: perl
Priority: optional
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Jay Bonci <jaybonci@debian.org>,
David Paleino <d.paleino@gmail.com>,
gregor herrmann <gregor+debian@comodo.priv.at>
Build-Depends: debhelper (>= 5)
Build-Depends-Indep: perl (>= 5.6.1),
libsub-uplevel-perl (>= 0.18), libtest-simple-perl (>= 0.78),
libpod-coverage-perl, libtest-harness-perl (>= 2.03)
Standards-Version: 3.7.3
Homepage: http://search.cpan.org/dist/Test-Exception/
Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libtest-exception-perl/
Vcs-Browser: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-exception-perl/
Package: libtest-exception-perl
Architecture: all
Depends: ${perl:Depends}, libsub-uplevel-perl (>= 0.18),
libtest-simple-perl (>= 0.78)
Description: Test functions for exception based code in perl
This module provides a few convenience methods for testing exception based
code. It is built with Test::Builder and plays happily with Test::More and
friends.
|