File: control

package info (click to toggle)
libcpan-uploader-perl 0.103013-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 172 kB
  • ctags: 10
  • sloc: perl: 410; makefile: 2
file content (38 lines) | stat: -rw-r--r-- 1,656 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
38
Source: libcpan-uploader-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Ansgar Burchardt <ansgar@debian.org>,
           gregor herrmann <gregoa@debian.org>,
           Angel Abad <angel@debian.org>,
           Alessandro Ghedini <ghedo@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper (>= 9)
Build-Depends-Indep: libfile-homedir-perl,
                     libgetopt-long-descriptive-perl,
                     liblwp-protocol-https-perl,
                     libterm-readkey-perl,
                     libwww-perl,
                     perl (>= 5.17.1) | libcpan-meta-perl (>= 2.120900),
                     perl
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libcpan-uploader-perl.git
Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libcpan-uploader-perl.git
Homepage: https://metacpan.org/release/CPAN-Uploader

Package: libcpan-uploader-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libfile-homedir-perl,
         libgetopt-long-descriptive-perl,
         liblwp-protocol-https-perl,
         libterm-readkey-perl,
         libwww-perl
Description: module to upload packages to the CPAN
 CPAN::Uploader is a Perl module which allows developers to upload their
 modules and packages to the Comprehensive Perl Archive Network (CPAN) via
 the [Perl programming] Authors Upload Server (more commonly known as PAUSE).
 .
 It provides a direct programmatic interface via a singleton class, but also
 includes a command-line utility called `cpan-upload' to do the same.