File: control

package info (click to toggle)
libdist-zilla-plugin-minimumperlfast-perl 0.003-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 108 kB
  • sloc: perl: 56; makefile: 2
file content (35 lines) | stat: -rw-r--r-- 1,643 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
Source: libdist-zilla-plugin-minimumperlfast-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Dominique Dumont <dod@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 12),
               libmodule-build-tiny-perl,
               perl
Build-Depends-Indep: libdist-zilla-perl <!nocheck>,
                     libmoose-perl <!nocheck>,
                     libmoosex-types-perl-perl <!nocheck>,
                     libperl-minimumversion-fast-perl <!nocheck>,
                     libscalar-list-utils-perl <!nocheck>,
                     libtest-simple-perl <!nocheck>
Standards-Version: 4.5.0
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libdist-zilla-plugin-minimumperlfast-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libdist-zilla-plugin-minimumperlfast-perl.git
Homepage: https://metacpan.org/release/Dist-Zilla-Plugin-MinimumPerlFast
Rules-Requires-Root: no

Package: libdist-zilla-plugin-minimumperlfast-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libdist-zilla-perl,
         libmoose-perl,
         libmoosex-types-perl-perl,
         libperl-minimumversion-fast-perl,
         libscalar-list-utils-perl
Description: Quickly detects the minimum version of Perl required for your dist
 Dist::Zilla::Plugin::MinimumPerlFast is a plugin for Dist::Zilla
 Perl module. It uses Perl::MinimumVersion::Fast to
 automatically find the minimum version of Perl required for your dist and
 adds it to the prerequisites of your Perl distribution (aka prereqs).