File: control

package info (click to toggle)
libdist-zilla-plugin-bootstrap-lib-perl 1.001000-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 316 kB
  • ctags: 2
  • sloc: perl: 221; makefile: 2
file content (29 lines) | stat: -rw-r--r-- 1,308 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
Source: libdist-zilla-plugin-bootstrap-lib-perl
Section: perl
Priority: optional
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Axel Beckert <abe@debian.org>
Build-Depends: debhelper (>= 9)
Build-Depends-Indep: libdist-zilla-perl,
                     libdist-zilla-role-bootstrap-perl (>= 1.000000),
                     libdist-zilla-util-test-kentnl-perl (>= 1.003001),
                     libmoose-perl,
                     perl
Standards-Version: 3.9.6
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libdist-zilla-plugin-bootstrap-lib-perl.git
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libdist-zilla-plugin-bootstrap-lib-perl.git
Homepage: https://metacpan.org/release/Dist-Zilla-Plugin-Bootstrap-lib
Testsuite: autopkgtest-pkg-perl

Package: libdist-zilla-plugin-bootstrap-lib-perl
Architecture: all
Depends: libdist-zilla-role-bootstrap-perl (>= 1.000000),
         libmoose-perl,
         ${misc:Depends},
         ${perl:Depends}
Description: minimal boot-strapping for Dist::Zilla plugins
 Dist::Zilla::Plugin::Bootstrap::lib exists for loading either /lib or
 /Dist-Name-$VERSION/lib into your @INC early on.
 .
 This is mostly useful for writing Dist::Zilla plug-ins, so that you
 may build and release a plug-in using itself.