File: control

package info (click to toggle)
libdevel-stacktrace-withlexicals-perl 2.01-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 224 kB
  • sloc: perl: 1,531; makefile: 2
file content (25 lines) | stat: -rw-r--r-- 1,147 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
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-compat (= 13), libmodule-install-perl
Build-Depends-Indep: perl,
                     libdevel-stacktrace-perl,
                     libpadwalker-perl
Standards-Version: 3.9.6
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libdevel-stacktrace-withlexicals-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/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,
         libpadwalker-perl
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.