File: control

package info (click to toggle)
perl-depends 2016.1029%2Bgit8f67695-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 104 kB
  • ctags: 49
  • sloc: perl: 157; makefile: 143
file content (22 lines) | stat: -rw-r--r-- 931 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
Source: perl-depends
Section: devel
Priority: optional
Maintainer: Jari Aalto <jari.aalto@cante.net>
Build-Depends: debhelper (>= 9)
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/gitweb/?p=collab-maint/perl-depends.git
Vcs-Git: https://anonscm.debian.org/git/collab-maint/perl-depends.git
Homepage: https://github.com/jaalto/project--perl-depends

Package: perl-depends
Architecture: all
Depends: ${misc:Depends}, ${perl:Depends}
Description: rough indicator of Perl module dependencies
 perl-depends is a tool to show roughly what modules a program uses. Perl
 evaluates "use" commands at compile time, storing the information about
 loaded modules in the %INC variable. Comparing that list with the
 standard Perl modules gives an estimate of the external module
 dependencies.
 .
 The dependency information can be used to determine what external
 modules have to be installed before the program can be used.