File: control

package info (click to toggle)
libdist-zilla-role-pluginbundle-pluginremover-perl 0.104-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 268 kB
  • ctags: 14
  • sloc: perl: 290; makefile: 2
file content (27 lines) | stat: -rw-r--r-- 1,255 bytes parent folder | download | duplicates (2)
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
Source: libdist-zilla-role-pluginbundle-pluginremover-perl
Section: perl
Priority: optional
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Carnë Draug <carandraug+dev@gmail.com>
Build-Depends: debhelper (>= 9)
Build-Depends-Indep: libdist-zilla-perl,
 libmoose-perl,
 libscalar-list-utils-perl (>= 1:1.45) | perl (>= 5.25.1),
 perl
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libdist-zilla-role-pluginbundle-pluginremover-perl.git
Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libdist-zilla-role-pluginbundle-pluginremover-perl.git
Homepage: https://metacpan.org/release/Dist-Zilla-Role-PluginBundle-PluginRemover
Testsuite: autopkgtest-pkg-perl

Package: libdist-zilla-role-pluginbundle-pluginremover-perl
Architecture: all
Depends: ${misc:Depends}, ${perl:Depends},
 libdist-zilla-perl,
 libmoose-perl,
 libscalar-list-utils-perl (>= 1:1.45) | perl (>= 5.25.1)
Description: Dist::Zilla plugin to add '-remove' functionality to a bundle
 Dist::Zilla::Role::PluginBundle::PluginRemover enables Dist::Zilla
 plugin bundles to automatically remove any plugins specified by the
 -remove attribute.  This is similar to the @Filter plugin but with
 less typing.