File: control

package info (click to toggle)
libb-debug-perl 1.26-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 124 kB
  • sloc: perl: 472; makefile: 2
file content (30 lines) | stat: -rw-r--r-- 1,117 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
27
28
29
30
Source: libb-debug-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: gregor herrmann <gregoa@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper (>= 10)
# deprecate >= 0.03 is in core since 5.19.2
Build-Depends-Indep: perl (>= 5.19.2)
Standards-Version: 4.1.4
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libb-debug-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libb-debug-perl.git
Homepage: https://metacpan.org/release/B-Debug

Package: libb-debug-perl
Architecture: all
# deprecate >= 0.03 is in core since 5.19.2
Depends: ${misc:Depends},
         ${perl:Depends},
         perl (>= 5.19.2)
Description: module to print debug info about perl ops
 The B::Debug module walks the Perl syntax tree, printing debug info about
 ops.
 .
 The B module supplies classes which allow a Perl program to delve
 into its own innards.  It is the module used to implement the
 "backends" of the Perl compiler.
 .
 B::Debug in perl core is deprecated in 5.27.3 and will be removed in the
 future.