File: control

package info (click to toggle)
libmodule-depends-perl 0.10-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 96 kB
  • ctags: 15
  • sloc: perl: 169; makefile: 50
file content (21 lines) | stat: -rw-r--r-- 812 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Source: libmodule-depends-perl
Section: perl
Priority: optional
Build-Depends: debhelper (>= 4.0.2)
Build-Depends-Indep: perl (>= 5.8.0-7)
Maintainer: James Bromberger <jeb@debian.org>
Standards-Version: 3.6.1

Package: libmodule-depends-perl
Architecture: all
Depends: ${perl:Depends}, libyaml-perl, libfile-chdir-perl, libclass-accessor-chained-perl
Description:  identify the dependencies of a distribution
 Module::Depends extracts module dependencies from an unpacked
 distribution tree.
 .
 Module::Depends only evaluates the META.yml shipped with a
 distribution.  This won't be effective until all distributions ship
 META.yml files, so we suggest you take your life in your hands and
 look at Module::Depends::Intrusive.
 .
 This description was automagically extracted from the module by dh-make-perl.