Subject: | Should use ConfigSlicer, PluginRemover |
The Dist::Zilla::Role::PluginBundle::PluginRemover and Dist::Zilla::Role::PluginBundle::Config::Slicer roles are really nice to consume into plugin bundles, as they make it very easy to alter configs used by plugins, or remove the plugin entirely, in a target distribution. Would you consider adding them?
It should also let you deprecate many of your custom disable_* options, as these can simply be replaced with:
[@NIGELM]
:version = <next version of the bundle>
-remove = Test::PodSpelling
-remove = Test::EOL
-remove = Test::NoTabs
... etc ...