File: control

package info (click to toggle)
libdevel-symdump-perl 2.08-4
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 172 kB
  • sloc: perl: 555; makefile: 9
file content (14 lines) | stat: -rw-r--r-- 467 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Source: libdevel-symdump-perl
Section: perl
Priority: optional
Maintainer: Colin Watson <cjwatson@debian.org>
Standards-Version: 3.9.1
Build-Depends: debhelper (>= 8.0.0~)

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.