File: control

package info (click to toggle)
libcpan-changes-perl 0.400002-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 324 kB
  • ctags: 41
  • sloc: perl: 509; makefile: 2
file content (27 lines) | stat: -rw-r--r-- 1,148 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: libcpan-changes-perl
Section: perl
Priority: optional
Build-Depends: debhelper (>= 9)
Build-Depends-Indep: perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: gregor herrmann <gregoa@debian.org>,
           Jonathan Yu <jawnsy@cpan.org>,
           Axel Beckert <abe@debian.org>
Standards-Version: 3.9.6
Homepage: https://metacpan.org/release/CPAN-Changes
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libcpan-changes-perl.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libcpan-changes-perl.git
Testsuite: autopkgtest-pkg-perl

Package: libcpan-changes-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends}
Description: module for reading and writing CPAN Changes files
 CPAN::Changes is a Perl module for working with the quasi-standard Changes
 file commonly included with modern CPAN distributions. It allows developers
 to programmatically read and write files that comply with the preliminary
 CPAN::Changes::Spec specification.
 .
 Includes Test::CPAN::Changes for writing tests to ensure that the
 Changes file complies with CPAN::Changes::Spec.