File: control

package info (click to toggle)
libdevel-stacktrace-withlexicals-perl 2.01-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster
  • size: 232 kB
  • ctags: 121
  • sloc: perl: 1,531; makefile: 2
file content (26 lines) | stat: -rw-r--r-- 1,158 bytes parent folder | download
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
Source: libdevel-stacktrace-withlexicals-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Ernesto Hernández-Novich (USB) <emhn@usb.ve>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper (>= 10)
Build-Depends-Indep: perl,
                     libdevel-stacktrace-perl (>= 2.00),
                     libpadwalker-perl (>= 1.98)
Standards-Version: 3.9.6
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libdevel-stacktrace-withlexicals-perl.git
Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libdevel-stacktrace-withlexicals-perl.git
Homepage: https://metacpan.org/release/Devel-StackTrace-WithLexicals

Package: libdevel-stacktrace-withlexicals-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libdevel-stacktrace-perl (>= 2.00),
         libpadwalker-perl (>= 1.98)
Description: Perl module for stack traces with access to lexical variables
 Devel::StackTrace::WithLexicals extends Devel::StackTrace allowing the
 generation of stack traces where it is possible to inspect or change 
 callers' lexical variables.