Dist::Zilla::PluginBundle::Filter.3pm

Langue: en

Autres versions - même langue

Version: 2010-08-22 (fedora - 01/12/10)

Section: 3 (Bibliothèques de fonctions)

NAME

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

VERSION

version 4.102340

SYNOPSIS

In your dist.ini:
   [@Filter]
   -bundle = @Classic
   -remove = PodVersion
   -remove = Manifest
   option = for_classic
 
 

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.

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

AUTHOR

Ricardo SIGNES <rjbs@cpan.org> This software is copyright (c) 2010 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.