Ricardo Signes > Dist-Zilla > Dist::Zilla::PluginBundle::Filter

Download:
Dist-Zilla-1.093400.tar.gz

Dependencies

Annotate this POD

Website

CPAN RT

Open  0
Stalled  1
View Bugs
Report a bug
Module Version: 1.093400   Source  

NAME ^

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

VERSION ^

version 1.093400

SYNOPSIS ^

In your dist.ini:

  [@Filter]
  bundle = @Classic
  remove = PodVersion
  remove = Manifest

DESCRIPTION ^

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.

AUTHOR ^

  Ricardo SIGNES <rjbs@cpan.org>

COPYRIGHT AND LICENSE ^

This software is copyright (c) 2009 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.