File: control

package info (click to toggle)
libcpan-uploader-perl 0.101670-1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 120 kB
  • ctags: 8
  • sloc: perl: 188; makefile: 2
file content (25 lines) | stat: -rw-r--r-- 1,219 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
Source: libcpan-uploader-perl
Section: perl
Priority: optional
Build-Depends: debhelper (>= 7)
Build-Depends-Indep: perl, libgetopt-long-descriptive-perl (>= 0.084),
 libwww-perl, libterm-readkey-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Jonathan Yu <jawnsy@cpan.org>, Ansgar Burchardt <ansgar@43-1.org>,
 gregor herrmann <gregoa@debian.org>
Standards-Version: 3.8.4
Homepage: http://search.cpan.org/dist/CPAN-Uploader/
Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libcpan-uploader-perl/
Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libcpan-uploader-perl/

Package: libcpan-uploader-perl
Architecture: all
Depends: ${perl:Depends}, ${misc:Depends}, libterm-readkey-perl, libwww-perl,
 libgetopt-long-descriptive-perl (>= 0.084)
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.