1Dist::Zilla::Plugin::CPUAsNeFrilCeo(n3t)ributed Perl DocDuimsetn:t:aZtiilolna::Plugin::CPANFile(3)
2
3
4
6 Dist::Zilla::Plugin::CPANFile - produce a cpanfile prereqs file
7
9 version 6.024
10
12 # dist.ini
13 [CPANFile]
14
16 This plugin will add a cpanfile file to the distribution.
17
19 This module should work on any version of perl still receiving updates
20 from the Perl 5 Porters. This means it should work on any version of
21 perl released in the last two to three years. (That is, if the most
22 recently released version is v5.40, then this module should work on
23 both v5.40 and v5.38.)
24
25 Although it may work on older versions of perl, no guarantee is made
26 that the minimum required version will not be increased. The version
27 may be increased for any reason, and there is no promise that patches
28 will be accepted to lower the minimum required perl.
29
31 filename
32 If given, parameter allows you to specify an alternate name for the
33 generated file. It defaults, of course, to cpanfile.
34
35 # dist.ini
36 [CPANFile]
37 filename = dzil-generated-cpanfile
38
39 comment
40 If given, override the default "cpanfile" header comment with your own.
41 The default comment explains that this file was generated by
42 Dist::Zilla and tells users to edit the dist.ini file to change prereqs
43
44 # dist.ini
45 [CPANFile]
46 comment = This file is generated by Dist::Zilla
47 comment = Prereqs are detected automatically. You do not need to edit this file
48
50 • Module::CPANfile
51
52 • Carton
53
54 • cpanm
55
57 Ricardo SIGNES 😏 <rjbs@semiotic.systems>
58
60 This software is copyright (c) 2021 by Ricardo SIGNES.
61
62 This is free software; you can redistribute it and/or modify it under
63 the same terms as the Perl 5 programming language system itself.
64
65
66
67perl v5.34.0 2022-01-21 Dist::Zilla::Plugin::CPANFile(3)