File: control

package info (click to toggle)
libdevel-symdump-perl 2.08-3
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 176 kB
  • ctags: 18
  • sloc: perl: 555; makefile: 9
file content (14 lines) | stat: -rw-r--r-- 468 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.8.4
Build-Depends: debhelper (>= 7.0.50~)

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.