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


Dist-Zilla documentation  | view source Contained in the Dist-Zilla distribution.

Index


NAME

Top

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

VERSION

Top

version 4.200008

SYNOPSIS

Top

In your dist.ini:

  [@Filter]
  -bundle = @Classic
  -remove = PodVersion
  -remove = Manifest
  option = for_classic

DESCRIPTION

Top

This plugin bundle actually wraps and modified 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.

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

AUTHOR

Top

Ricardo SIGNES <rjbs@cpan.org>

COPYRIGHT AND LICENSE

Top


Dist-Zilla documentation  | view source Contained in the Dist-Zilla distribution.