logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Module::Build::Base - Default methods for Module::Build

Author

       Ken Williams <kwilliams@cpan.org>

Description

       The "Module::Build::Base" module defines the core functionality of "Module::Build".  Its methods may be
       overridden by any of the platform-dependent modules in the "Module::Build::Platform::" namespace, but the
       intention here is to make this base module as platform-neutral as possible.  Nicely enough, Perl has
       several core tools available in the "File::" namespace for doing this, so the task isn't very difficult.

       Please see the "Module::Build" documentation for more details.

Name

       Module::Build::Base - Default methods for Module::Build

See Also

perl(1), Module::Build(3)

perl v5.40.1                                       2025-04-13                           Module::Build::Base(3pm)

Synopsis

         Please see the Module::Build documentation.

See Also