Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kentnl/dist-zilla-plugin-removeprereqs-provided
Remove prerequisites that are already provided
https://github.com/kentnl/dist-zilla-plugin-removeprereqs-provided
dist-zilla perl
Last synced: 5 days ago
JSON representation
Remove prerequisites that are already provided
- Host: GitHub
- URL: https://github.com/kentnl/dist-zilla-plugin-removeprereqs-provided
- Owner: kentnl
- License: other
- Created: 2015-05-06T00:20:36.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-03-03T10:18:24.000Z (almost 8 years ago)
- Last Synced: 2024-11-11T14:05:21.978Z (2 months ago)
- Topics: dist-zilla, perl
- Language: Perl
- Size: 53.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.mkdn
- Changelog: Changes
- License: LICENSE
Awesome Lists containing this project
README
# NAME
Dist::Zilla::Plugin::RemovePrereqs::Provided - Remove prerequisites that are already provided.
# VERSION
version 0.001002
# DESCRIPTION
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.This is an initial implementation that assumes you have [`[MetaProvides]`](https://metacpan.org/pod/Dist::Zilla::Plugin::MetaProvides) of some
description in place, and uses the data it provides to make sure the same modules don't exist as prerequisites.# AUTHOR
Kent Fredric
# COPYRIGHT AND LICENSE
This software is copyright (c) 2017 by Kent Fredric .
This is free software; you can redistribute it and/or modify it under
the same terms as the Perl 5 programming language system itself.