Source: pmtools
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Axel Beckert <abe@debian.org>,
           Xavier Guimard <yadd@debian.org>
Section: utils
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 13),
               perl,
               perl-doc
Standards-Version: 4.6.0
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/pmtools
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/pmtools.git
Homepage: https://metacpan.org/release/pmtools
Rules-Requires-Root: no

Package: pmtools
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends}
Multi-Arch: foreign
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
