File: control

package info (click to toggle)
libdist-zilla-plugin-modulebuildtiny-perl 0.015-1.1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 132 kB
  • sloc: perl: 204; makefile: 2
file content (36 lines) | stat: -rw-r--r-- 1,509 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
28
29
30
31
32
33
34
35
36
Source: libdist-zilla-plugin-modulebuildtiny-perl
Section: perl
Priority: optional
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Carnë Draug <carandraug+dev@gmail.com>
Build-Depends: debhelper (>= 9.20140227~),
 libmodule-build-tiny-perl,
 perl
Build-Depends-Indep: libdist-zilla-perl (>= 4.300039),
 libmoose-perl,
 libmoosex-types-perl-perl,
 libpath-tiny-perl,
 libtest-deep-perl,
 libtest-fatal-perl,
 perl (>= 5.19.5) | libscalar-list-utils-perl (>= 1:1.33)
Standards-Version: 4.1.0
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libdist-zilla-plugin-modulebuildtiny-perl.git
Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libdist-zilla-plugin-modulebuildtiny-perl.git
Homepage: https://metacpan.org/release/Dist-Zilla-Plugin-ModuleBuildTiny
Testsuite: autopkgtest-pkg-perl

Package: libdist-zilla-plugin-modulebuildtiny-perl
Architecture: all
Depends: ${misc:Depends}, ${perl:Depends},
 libdist-zilla-perl (>= 4.300039),
 libmodule-build-tiny-perl,
 libmoose-perl,
 libmoosex-types-perl-perl,
 perl (>= 5.19.5) | libscalar-list-utils-perl (>= 1:1.33)
Description: Dist::Zilla plugin to create a Build.PL that uses Module::Build::Tiny
 Dist::Zilla::Plugin::ModuleBuildTiny is a Dist::Zilla plugin to
 create a Build.PL file that makes use of Module::Build::Tiny.
 .
 This provides an alternative to Dist::Zilla::Plugin::ModuleBuild
 which would create a Build.PL files that makes use of Module::Build
 as the underlying build system.