Source: libtest-carp-perl
Section: perl
Priority: optional
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Florian Schlichting <fschlich@zedat.fu-berlin.de>
Build-Depends: debhelper (>= 8)
Build-Depends-Indep: perl, libtest-pod-coverage-perl, libtest-pod-perl
Standards-Version: 3.9.2
Vcs-Browser: http://git.debian.org/git/pkg-perl/packages/libtest-carp-perl.git
Vcs-Git: git://git.debian.org/git/pkg-perl/packages/libtest-carp-perl.git
Homepage: http://search.cpan.org/dist/Test-Carp/

Package: libtest-carp-perl
Architecture: all
Depends: ${misc:Depends}, ${perl:Depends}
Description: module to test your code for calls to Carp functions
 Test::Carp is a module that facilitates testing whether or not a 
 particular Carp function is called as a result of given code. It also
 allows checking the value (error message) the Carp function is called
 with.
