File: control

package info (click to toggle)
pmtools 1.10%2Bds1-2
  • links: PTS, VCS
  • area: main
  • in suites: squeeze, wheezy
  • size: 188 kB
  • ctags: 14
  • sloc: perl: 505; makefile: 11
file content (26 lines) | stat: -rw-r--r-- 1,033 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
Source: pmtools
Section: utils
Priority: optional
Build-Depends: debhelper (>= 7.0.50~), perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Axel Beckert <abe@debian.org>
Standards-Version: 3.8.4
Homepage: http://search.cpan.org/dist/pmtools/
Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/pmtools
Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/pmtools

Package: pmtools
Architecture: all
Depends: ${perl:Depends}, ${misc:Depends}
Description: Perl module tools
 Perl module tools is a suite of small tools that help manage and inspect
 perl modules, perl Plain Old Documentation files, and perl programs.
 .
 Some of the things these tools can do include:
  - show the full path to a module
  - show the version and description of a module
  - list all installed modules with descriptions
  - show what files a given program or module loads at compile time
  - show what symbols a module exports
  - list the methods of a class
  - display the source code of a function of a module