File: control

package info (click to toggle)
libdevel-symdump-perl 2.17-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 164 kB
  • ctags: 18
  • sloc: perl: 792; makefile: 2
file content (17 lines) | stat: -rw-r--r-- 721 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Source: libdevel-symdump-perl
Section: perl
Priority: optional
Maintainer: Colin Watson <cjwatson@debian.org>
Standards-Version: 3.9.7
Build-Depends: debhelper (>= 9~), perl
Homepage: http://search.cpan.org/dist/Devel-Symdump/
Vcs-Git: https://anonscm.debian.org/git/users/cjwatson/libdevel-symdump-perl.git
Vcs-Browser: https://anonscm.debian.org/cgit/users/cjwatson/libdevel-symdump-perl.git/
Testsuite: autopkgtest-pkg-perl

Package: libdevel-symdump-perl
Architecture: all
Depends: ${misc:Depends}, ${perl:Depends}
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.