Dist::Zilla::Plugin::RemovePrereqs::Provided - Remove prerequisites that are already provided.
version 0.001001
This module is a utility for people who are working with self-consuming code ( predominantly Dist::Zilla distributions ) who wish to avoid self-dependencies in cases where some other prerequisite providing tool is over-zealous in determining prerequisites.
Dist::Zilla
This is an initial implementation that assumes you have [MetaProvides] of some description in place, and uses the data it provides to make sure the same modules don't exist as prerequisites.
[MetaProvides]
Kent Fredric <kentnl@cpan.org>
This software is copyright (c) 2017 by Kent Fredric <kentfredric@gmail.com>.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.
To install Dist::Zilla::Plugin::RemovePrereqs::Provided, copy and paste the appropriate command in to your terminal.
cpanm
cpanm Dist::Zilla::Plugin::RemovePrereqs::Provided
CPAN shell
perl -MCPAN -e shell install Dist::Zilla::Plugin::RemovePrereqs::Provided
For more information on module installation, please visit the detailed CPAN module installation guide.