File: control

package info (click to toggle)
libdist-zilla-role-bootstrap-perl 1.001004-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster
  • size: 332 kB
  • sloc: perl: 295; makefile: 2
file content (33 lines) | stat: -rw-r--r-- 1,448 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
Source: libdist-zilla-role-bootstrap-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Axel Beckert <abe@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper (>= 9)
Build-Depends-Indep: libdist-zilla-perl,
                     libfile-copy-recursive-perl,
                     liblist-utilsby-perl,
                     libmoose-perl,
                     libpath-tiny-perl,
                     perl
Standards-Version: 4.1.1
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libdist-zilla-role-bootstrap-perl.git
Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libdist-zilla-role-bootstrap-perl.git
Homepage: https://metacpan.org/release/Dist-Zilla-Role-Bootstrap

Package: libdist-zilla-role-bootstrap-perl
Architecture: all
Depends: libdist-zilla-perl,
         liblist-utilsby-perl,
         libmoose-perl,
         libpath-tiny-perl,
         ${misc:Depends},
         ${perl:Depends}
Description: Shared logic for Dist::Zilla-related bootstrap things
 Dist::Zilla::Role::Bootstrap is a Dist::Zilla role that aims to be
 consumed by plugins that want to perform some very early bootstrap
 operation that may affect the loading environment of successive
 plugins, especially with regards to plugins that may wish to build
 with themselves, either by consuming the source tree itself, or by
 consuming a previous built iteration.