1Dist::Zilla::Plugin::DiUssteIrNIC(o3n)tributed Perl DocuDmiesntt:a:tZiiolnla::Plugin::DistINI(3)
2
3
4
6 Dist::Zilla::Plugin::DistINI - a plugin to add a dist.ini to
7 newly-minted dists
8
10 version 6.024
11
13 This plugins produces a dist.ini file in a new dist, specifying the
14 required core attributes from the dist being minted.
15
16 This plugin is dead simple and pretty stupid, but should get better as
17 dist minting facilities improve. For example, it will not specify any
18 plugins.
19
20 In the meantime, you may be happier with a dist.ini template.
21
23 This module should work on any version of perl still receiving updates
24 from the Perl 5 Porters. This means it should work on any version of
25 perl released in the last two to three years. (That is, if the most
26 recently released version is v5.40, then this module should work on
27 both v5.40 and v5.38.)
28
29 Although it may work on older versions of perl, no guarantee is made
30 that the minimum required version will not be increased. The version
31 may be increased for any reason, and there is no promise that patches
32 will be accepted to lower the minimum required perl.
33
35 append_file
36 This parameter may be a filename in the profile's directory to append
37 to the generated dist.ini with things like plugins. In other words, if
38 your make this file, called plugins.ini:
39
40 [@Basic]
41 [NextRelease]
42 [@Git]
43
44 ...and your profile.ini includes:
45
46 [DistINI]
47 append_file = plugins.ini
48
49 ...then the generated "dist.ini" in a newly-minted dist will look
50 something like this:
51
52 name = My-New-Dist
53 author = E. Xavier Ample <example@example.com>
54 license = Perl_5
55 copyright_holder = E. Xavier Ample
56 copyright_year = 2010
57
58 [@Basic]
59 [NextRelease]
60 [@Git]
61
63 Ricardo SIGNES 😏 <rjbs@semiotic.systems>
64
66 This software is copyright (c) 2021 by Ricardo SIGNES.
67
68 This is free software; you can redistribute it and/or modify it under
69 the same terms as the Perl 5 programming language system itself.
70
71
72
73perl v5.34.0 2022-01-21 Dist::Zilla::Plugin::DistINI(3)