Dist::Zilla::Plugin::PrereqsFile - Add static prereqs using a prereqs file
version 0.004
[PrereqsFile]
runtime: recommends: Foo: 0.023 suggests: Bar: 0
This plugin implements prereqs files. These allow you to easily add static prerequisites to your metadata.
Prereqs files are somewhat similar to cpanfiles, but with an important difference. They don't involve evaluating code to produce data, data should be data.
This file reads either a JSON formatted prereqs.json, and/or a YAML formatted prereqs.yml (or another file if passed with the filename parameter). Regardless of the format, it will parse them as META 2.0 prereqs.
filename
Leon Timmermans <leont@cpan.org>
This software is copyright (c) 2017 by Leon Timmermans.
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::MetaMergeFile, copy and paste the appropriate command in to your terminal.
cpanm
cpanm Dist::Zilla::Plugin::MetaMergeFile
CPAN shell
perl -MCPAN -e shell install Dist::Zilla::Plugin::MetaMergeFile
For more information on module installation, please visit the detailed CPAN module installation guide.