File: control

package info (click to toggle)
libmodule-extract-perl 0.01-2
  • links: PTS, VCS
  • area: main
  • in suites: buster, jessie, jessie-kfreebsd, stretch
  • size: 176 kB
  • ctags: 76
  • sloc: perl: 930; makefile: 2
file content (27 lines) | stat: -rw-r--r-- 1,078 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
22
23
24
25
26
27
Source: libmodule-extract-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Ansgar Burchardt <ansgar@debian.org>
Section: perl
Priority: optional
Build-Depends: debhelper (>= 8)
Build-Depends-Indep: perl,
                     libarchive-extract-perl | perl (<< 5.17.0),
                     libtest-pod-perl
Standards-Version: 3.9.5
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libmodule-extract-perl.git
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libmodule-extract-perl.git
Homepage: https://metacpan.org/release/Module-Extract

Package: libmodule-extract-perl
Architecture: all
Depends: ${perl:Depends},
         ${misc:Depends},
         libarchive-extract-perl | perl (<< 5.17.0)
Description: base class for working with Perl distributions
 Module::Extract is a convenience base class for modules that work with
 Perl distributions.
 .
 Its purpose is to take care of the mechanisms of locating and extracting
 a Perl distribution so that your module can do something specific to the
 distribution.