1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29
|
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.
|