File: control

package info (click to toggle)
libcpan-meta-perl 2.142690-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 820 kB
  • ctags: 128
  • sloc: perl: 2,635; makefile: 2
file content (37 lines) | stat: -rw-r--r-- 1,806 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>,
           Jonathan Yu <jawnsy@cpan.org>,
           Alessandro Ghedini <ghedo@debian.org>,
           Dominic Hargreaves <dom@earth.li>
Section: perl
Priority: optional
Build-Depends: debhelper (>= 8)
Build-Depends-Indep: perl,
                     perl (>= 5.15.0) | libjson-pp-perl,
                     perl (>= 5.17.1) | libcpan-meta-requirements-perl,
                     perl (>= 5.17.1) | libcpan-meta-yaml-perl,
                     perl (>= 5.19.10) | libparse-cpan-meta-perl (>= 1.4414)
Standards-Version: 3.9.6
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libcpan-meta-perl.git
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libcpan-meta-perl.git
Homepage: https://metacpan.org/release/CPAN-Meta
Testsuite: autopkgtest-pkg-perl

Package: libcpan-meta-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         perl (>= 5.15.0) | libjson-pp-perl,
         perl (>= 5.17.1) | libcpan-meta-requirements-perl,
         perl (>= 5.17.1) | libcpan-meta-yaml-perl,
         perl (>= 5.19.10) | libparse-cpan-meta-perl (>= 1.4414)
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.