Source: libdevel-simpletrace-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Ryan Niebur <ryan@debian.org>,
           Jonathan Yu <jawnsy@cpan.org>
Section: perl
Priority: optional
Build-Depends: debhelper (>= 8),
               libmodule-build-perl
Build-Depends-Indep: perl,
                     libtest-distribution-perl,
                     libtest-pod-perl,
                     libtest-pod-coverage-perl,
                     libtest-portability-files-perl
Standards-Version: 3.9.6
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libdevel-simpletrace-perl.git
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libdevel-simpletrace-perl.git
Homepage: https://metacpan.org/release/Devel-SimpleTrace
Testsuite: autopkgtest-pkg-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.

