File: control

package info (click to toggle)
libmodule-depends-perl 0.14-1
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 128 kB
  • ctags: 16
  • sloc: perl: 244; makefile: 49
file content (21 lines) | stat: -rw-r--r-- 812 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
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.8.0

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.