Source: libdevel-simpletrace-perl
Section: perl
Priority: optional
Build-Depends: debhelper (>= 8),
 libmodule-build-perl (>= 0.360000)
Build-Depends-Indep: perl,
 libtest-distribution-perl,
 libtest-pod-perl,
 libtest-pod-coverage-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Ryan Niebur <ryan@debian.org>, Jonathan Yu <jawnsy@cpan.org>
Standards-Version: 3.9.1
Homepage: http://search.cpan.org/dist/Devel-SimpleTrace/
Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libdevel-simpletrace-perl/
Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libdevel-simpletrace-perl/

Package: libdevel-simpletrace-perl
Architecture: all
Depends: ${misc:Depends}, ${perl:Depends}
Description: module to see where your code warns and dies using stack traces
 Devel::SimpleTrace is a simple drop-in Perl module that can be used to easily
 spot the place where a program or a module generates errors. It modifies the
 warn() and die() functions to replace the standard messages with complete
 stack traces that indicate how and where the error occurred.
