DOKK / manpages / debian 11 / libdist-zilla-perl / Dist::Zilla::PluginBundle::Filter.3pm.en
Dist::Zilla::PluginBundle::Filter(3pm) User Contributed Perl Documentation Dist::Zilla::PluginBundle::Filter(3pm)

Dist::Zilla::PluginBundle::Filter - use another bundle, with some plugins removed

version 6.017

In your dist.ini:

  [@Filter]
  -bundle = @Basic
  -version = 5.031
  -remove = ShareDir
  -remove = UploadToCPAN
  option = for_basic

This plugin bundle actually wraps and modifies another plugin bundle. It includes all the configuration for the bundle named in the "-bundle" attribute, but removes all the entries whose package is given in the "-remove" attributes.

A minimum required version of the bundle can be specified with the "-version" attribute.

Options not prefixed with "-" will be passed to the bundle to be filtered.

NOTE: When you filter a bundle you SHOULD NOT include it directly in your "dist.ini" file. This plugin will take care of including it for you.

Core Dist::Zilla plugins: @Basic.

Dist::Zilla roles: PluginBundle.

Ricardo SIGNES 😏 <rjbs@cpan.org>

This software is copyright (c) 2020 by Ricardo SIGNES.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.

2020-11-04 perl v5.30.3