File: control

package info (click to toggle)
libparse-cpan-packages-perl 2.40-1.1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 160 kB
  • sloc: perl: 382; makefile: 2
file content (44 lines) | stat: -rw-r--r-- 1,577 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
43
44
Source: libparse-cpan-packages-perl
Section: perl
Priority: optional
Build-Depends: debhelper (>= 9)
Build-Depends-Indep: perl,
 libarchive-peek-perl,
 libcpan-distnameinfo-perl,
 libfile-slurp-perl,
 libmoo-perl,
 libpath-class-perl,
 libppi-perl,
 libtest-indistdir-perl,
 libtype-tiny-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Niko Tyni <ntyni@iki.fi>,
 gregor herrmann <gregoa@debian.org>,
 Jonathan Yu <jawnsy@cpan.org>,
 Jaldhar H. Vyas <jaldhar@debian.org>,
 Ansgar Burchardt <ansgar@debian.org>,
 Brian Cassidy <brian.cassidy@gmail.com>
Standards-Version: 3.9.6
Homepage: https://metacpan.org/release/Parse-CPAN-Packages
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libparse-cpan-packages-perl.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libparse-cpan-packages-perl.git
Testsuite: autopkgtest-pkg-perl

Package: libparse-cpan-packages-perl
Architecture: all
Depends: ${misc:Depends}, ${perl:Depends},
 libarchive-peek-perl,
 libcpan-distnameinfo-perl,
 libfile-slurp-perl,
 libmoo-perl,
 libpath-class-perl,
 libppi-perl,
 libtype-tiny-perl
Description: module to parse the CPAN Packages file
 Parse::CPAN::Packages is a Perl module that parses the package details index
 file named "02packages.details.txt.gz". This file contains lots of useful
 information and this module provides a simple interface to the data contained
 within.
 .
 Note that this module does not concern itself with downloading or unpacking
 the "02packages.details.txt.gz" file; you will need to do this yourself.