1Dist::Zilla::Plugin::MoUdsuelreBCuoinltdr(i3b)uted PerlDDiosctu:m:eZnitlaltai:o:nPlugin::ModuleBuild(3)
2
3
4
6 Dist::Zilla::Plugin::ModuleBuild - build a Build.PL that uses
7 Module::Build
8
10 version 6.023
11
13 This plugin will create a Build.PL for installing the dist using
14 Module::Build.
15
17 This module should work on any version of perl still receiving updates
18 from the Perl 5 Porters. This means it should work on any version of
19 perl released in the last two to three years. (That is, if the most
20 recently released version is v5.40, then this module should work on
21 both v5.40 and v5.38.)
22
23 Although it may work on older versions of perl, no guarantee is made
24 that the minimum required version will not be increased. The version
25 may be increased for any reason, and there is no promise that patches
26 will be accepted to lower the minimum required perl.
27
29 mb_version
30 Optional: Specify the minimum version of Module::Build to depend on.
31
32 Defaults to 0.3601 if a sharedir is being used, otherwise 0.28.
33
34 mb_class
35 Optional: Specify the class to use to create the build object.
36 Defaults to "Module::Build" itself. If another class is specified,
37 then the value of mb_lib will be used to generate a line like "use lib
38 'inc'" to be added to the generated Build.PL file.
39
40 mb_lib
41 Optional: Specify the list of directories to be passed to lib when
42 using mb_class. Defaults to "inc".
43
44 build_element
45 Anything given in a "build_element" option will be added as a build
46 element with Module::Build's add_build_element method.
47
49 Core Dist::Zilla plugins: @Basic, @Filter, MakeMaker, Manifest.
50
51 Dist::Zilla roles: BuildPL.
52
54 Ricardo SIGNES 😏 <rjbs@semiotic.systems>
55
57 This software is copyright (c) 2021 by Ricardo SIGNES.
58
59 This is free software; you can redistribute it and/or modify it under
60 the same terms as the Perl 5 programming language system itself.
61
62
63
64perl v5.34.0 2021-07-22Dist::Zilla::Plugin::ModuleBuild(3)