1Dist::Zilla::Plugin::MaUkseeMrakCeorn(t3r)ibuted Perl DoDciusmte:n:tZaitliloan::Plugin::MakeMaker(3)
2
3
4
6 Dist::Zilla::Plugin::MakeMaker - build a Makefile.PL that uses
7 ExtUtils::MakeMaker
8
10 version 6.031
11
13 This plugin will produce an ExtUtils::MakeMaker-powered Makefile.PL for
14 the distribution. If loaded, the Manifest plugin should also be
15 loaded.
16
18 This module should work on any version of perl still receiving updates
19 from the Perl 5 Porters. This means it should work on any version of
20 perl released in the last two to three years. (That is, if the most
21 recently released version is v5.40, then this module should work on
22 both v5.40 and v5.38.)
23
24 Although it may work on older versions of perl, no guarantee is made
25 that the minimum required version will not be increased. The version
26 may be increased for any reason, and there is no promise that patches
27 will be accepted to lower the minimum required perl.
28
30 eumm_version
31 This option declares the version of ExtUtils::MakeMaker required to
32 configure and build the distribution. There is no default, although
33 one may be added if it can be determined that the generated Makefile.PL
34 requires some specific minimum. No testing has been done on this
35 front.
36
37 make_path
38 This option sets the path to make, used to build your dist and run
39 tests. It defaults to the value for "make" in Config, or to "make" if
40 that isn't set.
41
42 You probably won't need to set this option.
43
44 main_module
45 This option sets the name of the main module in your dist. It defaults
46 to the name derived from the distribution's name after replacing "-"
47 with "::", (e.g. "Foo::Bar" for distribution "Foo-Bar"). The value is
48 set as a "NAME" argument for "WriteMakefile".
49
50 You want to use this option when the name of distribution doesn't
51 reflect any module names contained in your distribution e.g. "LWP" vs
52 "libwww-perl".
53
54 static_attribution
55 This option omits the version number in the "generated by" comment in
56 the Makefile.PL. For setups that copy the Makefile.PL back to the
57 repo, this avoids churn just from upgrading Dist::Zilla.
58
60 Core Dist::Zilla plugins: @Basic, ModuleBuild, Manifest.
61
62 Dist::Zilla roles: BuildRunner, InstallTool, PrereqSource, TestRunner.
63
65 Ricardo SIGNES 😏 <cpan@semiotic.systems>
66
68 This software is copyright (c) 2023 by Ricardo SIGNES.
69
70 This is free software; you can redistribute it and/or modify it under
71 the same terms as the Perl 5 programming language system itself.
72
73
74
75perl v5.38.0 2023-11-21 Dist::Zilla::Plugin::MakeMaker(3)