1Dist::Zilla::Plugin::DiUssteIrNIC(o3n)tributed Perl DocuDmiesntt:a:tZiiolnla::Plugin::DistINI(3)
2
3
4

NAME

6       Dist::Zilla::Plugin::DistINI - a plugin to add a dist.ini to
7       newly-minted dists
8

VERSION

10       version 6.017
11

DESCRIPTION

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

ATTRIBUTES

23   append_file
24       This parameter may be a filename in the profile's directory to append
25       to the generated dist.ini with things like plugins.  In other words, if
26       your make this file, called plugins.ini:
27
28         [@Basic]
29         [NextRelease]
30         [@Git]
31
32       ...and your profile.ini includes:
33
34         [DistINI]
35         append_file = plugins.ini
36
37       ...then the generated "dist.ini" in a newly-minted dist will look
38       something like this:
39
40         name    = My-New-Dist
41         author  = E. Xavier Ample <example@example.com>
42         license = Perl_5
43         copyright_holder = E. Xavier Ample
44         copyright_year   = 2010
45
46         [@Basic]
47         [NextRelease]
48         [@Git]
49

AUTHOR

51       Ricardo SIGNES 😏 <rjbs@cpan.org>
52
54       This software is copyright (c) 2020 by Ricardo SIGNES.
55
56       This is free software; you can redistribute it and/or modify it under
57       the same terms as the Perl 5 programming language system itself.
58
59
60
61perl v5.32.0                      2020-11-03   Dist::Zilla::Plugin::DistINI(3)
Impressum