logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Dist::Zilla::PluginBundle::ConfigSlicer - Load another bundle and override its plugin configurations

Author

       Randy Stauner <rwstauner@cpan.org>

Description

       This plugin bundle actually wraps and modifies another plugin bundle.  It extends @Filter and
       additionally consumes Dist::Zilla::Role::PluginBundle::Config::Slicer so that any plugin options will be
       passed in.

       This way you can override the plugin configuration for any bundle that doesn't consume
       Dist::Zilla::Role::PluginBundle::Config::Slicer as if it did!

Name

       Dist::Zilla::PluginBundle::ConfigSlicer - Load another bundle and override its plugin configurations

See Also

       •   Dist::Zilla::PluginBundle::Filter

       •   Dist::Zilla::Role::PluginBundle::Config::Slicer

Synopsis

         ; in your dist.ini:

         [@ConfigSlicer]
         -bundle = @Classic
         -remove = PodVersion
         -remove = Manifest
         option = for_classic
         ManifestSkip.skipfile = something.weird

Version

       version 0.202

See Also