File: control

package info (click to toggle)
libtest-cpan-meta-json-perl 0.16-1.1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 348 kB
  • sloc: perl: 1,640; makefile: 2
file content (27 lines) | stat: -rw-r--r-- 1,150 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: libtest-cpan-meta-json-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: gregor herrmann <gregoa@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper (>= 9)
Build-Depends-Indep: libjson-perl,
                     perl
Standards-Version: 3.9.6
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libtest-cpan-meta-json-perl.git
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libtest-cpan-meta-json-perl.git
Homepage: https://metacpan.org/release/Test-CPAN-Meta-JSON

Package: libtest-cpan-meta-json-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libjson-perl
Description: module to validate CPAN META.json files
 Test::CPAN::Meta::JSON was written to ensure that a META.json file, provided
 with a standard distribution uploaded to CPAN, meets the specifications that
 are slowly being introduced to module uploads, via the use of package makers
 and installers such as ExtUtils::MakeMaker, Module::Build and
 Module::Install.
 .
 See CPAN::Meta for further details of the CPAN Meta Specification.