File: control

package info (click to toggle)
libmodule-math-depends-perl 0.02-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, stretch
  • size: 176 kB
  • ctags: 104
  • sloc: perl: 1,154; makefile: 2
file content (24 lines) | stat: -rw-r--r-- 1,027 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
Source: libmodule-math-depends-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Damyan Ivanov <dmn@debian.org>
Section: perl
Priority: optional
Build-Depends: debhelper (>= 8)
Build-Depends-Indep: perl,
                     libparams-util-perl
Standards-Version: 3.9.4
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libmodule-math-depends-perl.git
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libmodule-math-depends-perl.git
Homepage: https://metacpan.org/release/Module-Math-Depends/

Package: libmodule-math-depends-perl
Architecture: all
Depends: perl,
         ${misc:Depends},
         libparams-util-perl
Description: convenience object for manipulating Perl module dependencies
 Module::Math::Depends is a convenience module for storing Perl module
 interdependencies. It can accumulate several dependency links, picking the
 most requiring ones, so that you end up with a set of dependencies that
 represent all of imput dependency relationships.