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.031
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 This module should work on any version of perl still receiving updates
40 from the Perl 5 Porters. This means it should work on any version of
41 perl released in the last two to three years. (That is, if the most
42 recently released version is v5.40, then this module should work on
43 both v5.40 and v5.38.)
44
45 Although it may work on older versions of perl, no guarantee is made
46 that the minimum required version will not be increased. The version
47 may be increased for any reason, and there is no promise that patches
48 will be accepted to lower the minimum required perl.
49
51 Core Dist::Zilla plugins: @Basic.
52
53 Dist::Zilla roles: PluginBundle.
54
56 Ricardo SIGNES 😏 <cpan@semiotic.systems>
57
59 This software is copyright (c) 2023 by Ricardo SIGNES.
60
61 This is free software; you can redistribute it and/or modify it under
62 the same terms as the Perl 5 programming language system itself.
63
64
65
66perl v5.36.1 2023-11-2D1ist::Zilla::PluginBundle::Filter(3)