File: control

package info (click to toggle)
libdist-zilla-plugin-makemaker-fallback-perl 0.030-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster
  • size: 340 kB
  • sloc: perl: 349; makefile: 2
file content (38 lines) | stat: -rw-r--r-- 1,813 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
36
37
38
Source: libdist-zilla-plugin-makemaker-fallback-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: David Miguel Susano Pinto <carandraug+dev@gmail.com>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper (>= 10),
               libmodule-build-tiny-perl
Build-Depends-Indep: libcapture-tiny-perl,
                     libdist-zilla-perl,
                     libdist-zilla-plugin-makemaker-awesome-perl (>= 0.47),
                     libdist-zilla-plugin-modulebuildtiny-perl,
                     libmoose-perl,
                     libnamespace-autoclean-perl,
                     libpath-tiny-perl (>= 0.062),
                     libtest-deep-perl,
                     libtest-fatal-perl,
                     libtest-needs-perl,
                     libtry-tiny-perl,
                     perl
Standards-Version: 4.2.1
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libdist-zilla-plugin-makemaker-fallback-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libdist-zilla-plugin-makemaker-fallback-perl.git
Homepage: https://metacpan.org/release/Dist-Zilla-Plugin-MakeMaker-Fallback

Package: libdist-zilla-plugin-makemaker-fallback-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libdist-zilla-perl,
         libdist-zilla-plugin-makemaker-awesome-perl (>= 0.47),
         libmoose-perl,
         libnamespace-autoclean-perl
Description: Dist::Zilla plugin that generates a Makefile.PL with deprecation warnings
 Dist::Zilla::Plugin::MakeMaker::Fallback is a Dist::Zilla plugin
 that will generate a Makefile.PL as fallback to a Build.PL.  The
 Makefile.PL will issue a warning about using a legacy toolchain,
 since modern tools will default to Build.PL.