File: control

package info (click to toggle)
libdist-metadata-perl 0.927-1.1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 520 kB
  • sloc: perl: 1,077; makefile: 4
file content (42 lines) | stat: -rw-r--r-- 1,763 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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
Source: libdist-metadata-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: gregor herrmann <gregoa@debian.org>,
           Florian Schlichting <fsfs@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper (>= 9)
Build-Depends-Indep: libarchive-zip-perl,
                     libcpan-distnameinfo-perl,
                     libfile-spec-native-perl,
                     libpath-class-perl,
                     libtest-fatal-perl,
                     libtest-mockobject-perl,
                     libtry-tiny-perl,
                     perl,
                     perl (>= 5.15.8) | libmodule-metadata-perl
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libdist-metadata-perl.git
Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libdist-metadata-perl.git
Homepage: https://metacpan.org/release/Dist-Metadata

Package: libdist-metadata-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libarchive-zip-perl,
         libcpan-distnameinfo-perl,
         libfile-spec-native-perl,
         libpath-class-perl,
         libtry-tiny-perl,
         perl (>= 5.15.8) | libmodule-metadata-perl
Description: module for getting information about a perl module distribution
 Dist::Metadata provides an easy interface for getting various metadata about
 a Perl module distribution.
 .
 This is mostly a wrapper around CPAN::Meta providing an easy interface to
 find and load the meta file from a tar.gz file. A dist can also be
 represented by a directory or merely a structure of data.
 .
 If the dist does not contain a meta file the module will attempt to determine
 some of that data from the dist.