1Dist::Zilla::Plugin::MeUtsaedratCao(n3t)ributed Perl DocDuimsetn:t:aZtiilolna::Plugin::Metadata(3)
2
3
4
6 Dist::Zilla::Plugin::Metadata - Add arbitrary keys to distmeta
7
9 This document describes version 6.000 of Dist::Zilla::Plugin::Metadata,
10 released December 17, 2017 as part of Dist-Zilla-Plugins-CJM version
11 6.000.
12
14 In your dist.ini:
15
16 [Metadata]
17 dynamic_config = 1
18 resources.homepage = http://example.com
19 resources.bugtracker.mailto = bugs@example.com
20
22 The Metadata plugin allows you to add arbitrary keys to your
23 distribution's metadata.
24
25 It splits each key on '.' and uses that as a multi-level hash key. It
26 doesn't try to do any validation; the MetaJSON or MetaYAML plugin will
27 do that. It does know which keys in the spec are List values; those
28 keys can be repeated. In addition, the custom key "x_contributors" is
29 treated as a List.
30
32 Dist::Zilla::Plugin::Metadata requires no configuration files or
33 environment variables.
34
36 Metadata requires Dist::Zilla (6 or later).
37
39 None reported.
40
42 No bugs have been reported.
43
45 Christopher J. Madsen "<perl AT cjmweb.net>"
46
47 Please report any bugs or feature requests to
48 "<bug-Dist-Zilla-Plugins-CJM AT rt.cpan.org>" or through the web
49 interface at
50 <http://rt.cpan.org/Public/Bug/Report.html?Queue=Dist-Zilla-Plugins-CJM>.
51
52 You can follow or contribute to Dist-Zilla-Plugins-CJM's development at
53 <https://github.com/madsen/dist-zilla-plugins-cjm>.
54
56 This software is copyright (c) 2017 by Christopher J. Madsen.
57
58 This is free software; you can redistribute it and/or modify it under
59 the same terms as the Perl 5 programming language system itself.
60
62 BECAUSE THIS SOFTWARE IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
63 FOR THE SOFTWARE, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT
64 WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER
65 PARTIES PROVIDE THE SOFTWARE "AS IS" WITHOUT WARRANTY OF ANY KIND,
66 EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
67 WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE
68 ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE SOFTWARE IS WITH
69 YOU. SHOULD THE SOFTWARE PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL
70 NECESSARY SERVICING, REPAIR, OR CORRECTION.
71
72 IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
73 WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
74 REDISTRIBUTE THE SOFTWARE AS PERMITTED BY THE ABOVE LICENSE, BE LIABLE
75 TO YOU FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL, OR
76 CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE
77 SOFTWARE (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING
78 RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A
79 FAILURE OF THE SOFTWARE TO OPERATE WITH ANY OTHER SOFTWARE), EVEN IF
80 SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
81 DAMAGES.
82
83
84
85perl v5.30.0 2019-07-26 Dist::Zilla::Plugin::Metadata(3)