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 39 40 41 42
|
Source: libdist-zilla-plugin-run-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Dominique Dumont <dod@debian.org>,
gregor herrmann <gregoa@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper (>= 11),
libmodule-build-tiny-perl,
perl
Build-Depends-Indep: libdist-zilla-perl,
libfile-pushd-perl,
libjson-pp-perl (>= 2.27300),
libmoose-perl,
libnamespace-autoclean-perl,
libpath-class-perl,
libpath-tiny-perl,
libscalar-list-utils-perl (>= 1:1.33),
libstring-formatter-perl,
libtest-deep-perl,
libtest-fatal-perl,
libtest-file-sharedir-perl
Standards-Version: 4.3.0
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libdist-zilla-plugin-run-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libdist-zilla-plugin-run-perl.git
Homepage: https://metacpan.org/release/Dist-Zilla-Plugin-Run
Package: libdist-zilla-plugin-run-perl
Architecture: all
Depends: ${misc:Depends},
${perl:Depends},
libdist-zilla-perl,
libjson-pp-perl (>= 2.27300),
libmoose-perl,
libnamespace-autoclean-perl,
libpath-tiny-perl,
libscalar-list-utils-perl (>= 1:1.33),
libstring-formatter-perl
Description: Dist::Zilla plugin to execute external commands
Dist::Zilla::Plugin::Run uses specific hooks of Dist::Zilla to execute
external command when running dzil. This module is useful to ship generated
code in a Perl module distribution.
|