File: control

package info (click to toggle)
libcpan-mini-perl 1.111008-3
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 188 kB
  • sloc: perl: 717; makefile: 9
file content (31 lines) | stat: -rw-r--r-- 1,232 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
Source: libcpan-mini-perl
Section: perl
Priority: optional
Build-Depends: debhelper (>= 8)
Build-Depends-Indep: perl,
 libfile-homedir-perl,
 perl (>= 5.13.4) | libtest-simple-perl (>= 0.96),
 liburi-perl,
 libwww-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Ryan Niebur <ryan@debian.org>, gregor herrmann <gregoa@debian.org>,
 Jonathan Yu <jawnsy@cpan.org>
Standards-Version: 3.9.3
Homepage: http://search.cpan.org/dist/CPAN-Mini/
Vcs-Git: git://git.debian.org/pkg-perl/packages/libcpan-mini-perl.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libcpan-mini-perl.git

Package: libcpan-mini-perl
Architecture: all
Depends: ${perl:Depends}, ${misc:Depends},
 libfile-homedir-perl,
 liburi-perl,
 libwww-perl
Provides: minicpan
Description: module for creating a minimal mirror of CPAN
 CPAN::Mini is a Perl module that provides a simple mechanism to build and
 update a minimal mirror of the CPAN on your local disk. It contains only
 those files needed to install the newest version of every distribution.
 .
 This package also provides a command line utility, minicpan, which can be
 used to create and update such mirrors easily and without writing any code.