File: control

package info (click to toggle)
libdevel-symdump-perl 2.18-6
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 168 kB
  • sloc: perl: 788; makefile: 2
file content (23 lines) | stat: -rw-r--r-- 735 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
Source: libdevel-symdump-perl
Section: perl
Priority: optional
Maintainer: Colin Watson <cjwatson@debian.org>
Standards-Version: 3.9.8
Build-Depends:
 debhelper-compat (= 13),
 perl,
Homepage: https://metacpan.org/release/Devel-Symdump/
Vcs-Git: https://salsa.debian.org/debian/libdevel-symdump-perl.git
Vcs-Browser: https://salsa.debian.org/debian/libdevel-symdump-perl
Testsuite: autopkgtest-pkg-perl
X-Style: black

Package: libdevel-symdump-perl
Architecture: all
Depends:
 ${misc:Depends},
 ${perl:Depends},
Multi-Arch: foreign
Description: Perl module for inspecting perl's symbol table
 The perl module Devel::Symdump provides a convenient way to inspect
 perl's symbol table and the class hierarchies within a running program.