File: control

package info (click to toggle)
libcpan-meta-perl 2.150010-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 960 kB
  • ctags: 154
  • sloc: perl: 3,013; makefile: 2
file content (37 lines) | stat: -rw-r--r-- 1,831 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
25
26
27
28
29
30
31
32
33
34
35
36
37
Source: libcpan-meta-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Ansgar Burchardt <ansgar@debian.org>,
           gregor herrmann <gregoa@debian.org>,
           Alessandro Ghedini <ghedo@debian.org>,
           Dominic Hargreaves <dom@earth.li>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper (>= 9)
Build-Depends-Indep: perl,
                     perl (>= 5.17.1) | libcpan-meta-requirements-perl (>= 2.121),
                     perl (>= 5.19.9) | libcpan-meta-yaml-perl (>= 0.011),
                     perl (>= 5.21.5) | libjson-pp-perl (>= 2.27300)
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libcpan-meta-perl.git
Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libcpan-meta-perl.git
Homepage: https://metacpan.org/release/CPAN-Meta

Package: libcpan-meta-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         perl (>= 5.17.1) | libcpan-meta-requirements-perl (>= 2.121),
         perl (>= 5.19.9) | libcpan-meta-yaml-perl (>= 0.011),
         perl (>= 5.21.5) | libjson-pp-perl (>= 2.27300)
Breaks: libparse-cpan-meta-perl (<< 1.4420)
Replaces: libparse-cpan-meta-perl (<< 1.4420)
Provides: libparse-cpan-meta-perl (= 1.4420)
Description: Perl module to access CPAN distributions metadata
 Software distributions released to the CPAN include a META.json or, for older
 distributions, META.yml which describes the distribution, its contents, and
 the requirements for building and installing the distribution. The data
 structure stored in the META.json file is described in CPAN::Meta::Spec.
 .
 CPAN::Meta provides a simple class to represent this distribution metadata
 (or distmeta), along with some helpful methods for interrogating that data.