File: control

package info (click to toggle)
libcpanplus-dist-build-perl 0.80-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 272 kB
  • ctags: 146
  • sloc: perl: 2,006; makefile: 2
file content (30 lines) | stat: -rw-r--r-- 1,318 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
Source: libcpanplus-dist-build-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: gregor herrmann <gregoa@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper (>= 9),
               libmodule-build-perl,
               perl
Build-Depends-Indep: libcpanplus-perl | perl (<< 5.17.0),
                     libtest-pod-perl,
                     libtest-pod-coverage-perl
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libcpanplus-dist-build-perl.git
Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libcpanplus-dist-build-perl.git
Homepage: https://metacpan.org/release/CPANPLUS-Dist-Build

Package: libcpanplus-dist-build-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libcpanplus-perl | perl (<< 5.17.0)
Description: CPANPLUS plugin to install packages that use Build.PL
 CPANPLUS::Dist::Build is a distribution class for Module::Build related
 modules. Using this package, you can create, install and uninstall perl
 modules. It inherits from CPANPLUS::Dist.
 .
 Normal users won't have to worry about the interface to this module, as it
 functions transparently as a plug-in to CPANPLUS and will just Do The Right
 Thing when it's loaded.