-
-
04 Mar 2017 00:07:24 UTC
- Distribution: Dist-Zilla-Plugin-MetaYAML-Minimal
- Module version: 0.001001
- Source (raw)
- Browse (raw)
- Changes
- Homepage
- How to Contribute
- Repository
- Issues (0)
- Testers (577 / 0 / 0)
- Kwalitee
Bus factor: 0- 45.00% Coverage
- License: perl_5
- Perl: v5.6.0
- Activity
24 month- Tools
- Download (24.36KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
Why not adopt me?
This distribution is up for adoption! If you're interested then please contact the PAUSE module admins via email.NAME
Dist::Zilla::Plugin::MetaYAML::Minimal - Generate a reductionist YAML META file for compatibility only
VERSION
version 0.001001
SYNOPSIS
[MetaYAML::Minimal] filename = META.yml ; default version = 1.4 ; default
DESCRIPTION
Generally, if you're creating both
META.json
andMETA.yml
, then you're doing so purely for compatibility reasons.In such circumstances, using the same meta-data for both leads to a lot of cruft in
META.yml
This
Dist::Zilla
extension is for such circumstances.However, if you are only shipping
META.yml
and NOTMETA.json
, then using this extension would be harmful and cause loss of information.Presently, this extension is a PROTOTYPE, and just culls fields leading with
x_
passed byDist::Zilla
.The final behavior may require enhancements to
CPAN::Meta::Converter
and might be possibly superseded by patches toMetaYAML
itself.AUTHOR
Kent Fredric <kentnl@cpan.org>
COPYRIGHT AND LICENSE
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.
Module Install Instructions
To install Dist::Zilla::Plugin::MetaYAML::Minimal, copy and paste the appropriate command in to your terminal.
cpanm Dist::Zilla::Plugin::MetaYAML::Minimal
perl -MCPAN -e shell install Dist::Zilla::Plugin::MetaYAML::Minimal
For more information on module installation, please visit the detailed CPAN module installation guide.