File: control

package info (click to toggle)
libdist-zilla-plugin-run-perl 0.043-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 420 kB
  • ctags: 29
  • sloc: perl: 571; makefile: 7
file content (42 lines) | stat: -rw-r--r-- 1,913 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
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
Priority: optional
Build-Depends: debhelper (>= 9.20140227~),
               libmodule-build-tiny-perl,
               perl
Build-Depends-Indep: libdist-zilla-perl (>= 4.200002),
                     libfile-pushd-perl,
                     libmoose-perl,
                     libnamespace-autoclean-perl (>= 0.11),
                     libpath-class-perl,
                     libpath-tiny-perl,
                     libstring-formatter-perl (>= 0.102082),
                     libtest-deep-perl,
                     libtest-fatal-perl,
                     libtest-file-sharedir-perl,
                     perl (>= 5.19.5) | libscalar-list-utils-perl (>= 1:1.33),
                     perl (>= 5.21.5) | libjson-pp-perl (>= 2.27300)
Standards-Version: 3.9.7
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libdist-zilla-plugin-run-perl.git
Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libdist-zilla-plugin-run-perl.git
Testsuite: autopkgtest-pkg-perl
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 (>= 4.200002),
         libmoose-perl,
         libnamespace-autoclean-perl (>= 0.11),
         libstring-formatter-perl (>= 0.102082),
         perl (>= 5.19.5) | libscalar-list-utils-perl (>= 1:1.33),
         perl (>= 5.21.5) | libjson-pp-perl (>= 2.27300)
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.