File: control

package info (click to toggle)
libdevel-stacktrace-ashtml-perl 0.15-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 192 kB
  • ctags: 8
  • sloc: perl: 174; makefile: 2
file content (23 lines) | stat: -rw-r--r-- 1,190 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Source: libdevel-stacktrace-ashtml-perl
Section: perl
Priority: optional
Build-Depends: debhelper (>= 9)
Build-Depends-Indep: perl, libdevel-stacktrace-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Jonathan Yu <jawnsy@cpan.org>,
 gregor herrmann <gregoa@debian.org>, Florian Schlichting <fsfs@debian.org>
Standards-Version: 3.9.7
Homepage: https://metacpan.org/release/Devel-StackTrace-AsHTML
Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libdevel-stacktrace-ashtml-perl.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libdevel-stacktrace-ashtml-perl.git
Testsuite: autopkgtest-pkg-perl

Package: libdevel-stacktrace-ashtml-perl
Architecture: all
Depends: ${perl:Depends}, ${misc:Depends}, libdevel-stacktrace-perl
Description: module to display a stack trace in HTML
 Devel::StackTrace::AsHTML is a Perl module that adds a method, as_html, to
 Devel::StackTrace, which displays the stack trace in beautiful HTML, with a
 code snippet providing context and displaying function parameters. If you
 call it on an instance of Devel::StackTrace::WithLexicals, you can see the
 lexical variables of each stack frame.