1Dist::Zilla::PluginBundUlsee:r:FCiolntterri(b3u)ted PerlDiDsotc:u:mZeinltlaat:i:oPnluginBundle::Filter(3)
2
3
4
6 Dist::Zilla::PluginBundle::Filter - use another bundle, with some
7 plugins removed
8
10 version 6.012
11
13 In your dist.ini:
14
15 [@Filter]
16 -bundle = @Basic
17 -version = 5.031
18 -remove = ShareDir
19 -remove = UploadToCPAN
20 option = for_basic
21
23 This plugin bundle actually wraps and modifies another plugin bundle.
24 It includes all the configuration for the bundle named in the "-bundle"
25 attribute, but removes all the entries whose package is given in the
26 "-remove" attributes.
27
28 A minimum required version of the bundle can be specified with the
29 "-version" attribute.
30
31 Options not prefixed with "-" will be passed to the bundle to be
32 filtered.
33
34 NOTE: When you filter a bundle you SHOULD NOT include it directly in
35 your "dist.ini" file. This plugin will take care of including it for
36 you.
37
39 Core Dist::Zilla plugins: @Basic.
40
41 Dist::Zilla roles: PluginBundle.
42
44 Ricardo SIGNES 😏 <rjbs@cpan.org>
45
47 This software is copyright (c) 2018 by Ricardo SIGNES.
48
49 This is free software; you can redistribute it and/or modify it under
50 the same terms as the Perl 5 programming language system itself.
51
52
53
54perl v5.28.1 2018-04-2D1ist::Zilla::PluginBundle::Filter(3)