1Module::Build::Base(3)User Contributed Perl DocumentationModule::Build::Base(3)
2
3
4
6 Module::Build::Base - Default methods for Module::Build
7
9 Please see the Module::Build documentation.
10
12 The "Module::Build::Base" module defines the core functionality of
13 "Module::Build". Its methods may be overridden by any of the platform-
14 dependent modules in the "Module::Build::Platform::" namespace, but the
15 intention here is to make this base module as platform-neutral as
16 possible. Nicely enough, Perl has several core tools available in the
17 "File::" namespace for doing this, so the task isn't very difficult.
18
19 Please see the "Module::Build" documentation for more details.
20
22 Ken Williams <kwilliams@cpan.org>
23
25 Copyright (c) 2001-2006 Ken Williams. All rights reserved.
26
27 This library is free software; you can redistribute it and/or modify it
28 under the same terms as Perl itself.
29
31 perl(1), Module::Build(3)
32
33
34
35perl v5.34.0 2022-01-21 Module::Build::Base(3)