Module::Build::Base
NAME
Module::Build::Base - Default methods for Module::Build
SYNOPSIS
Please see the Module::Build documentation.
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.
AUTHOR
Ken Williams <[email protected]>
COPYRIGHT
Copyright (c) 2001-2006 Ken Williams. All rights reserved.
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
SEE ALSO
perl(1), Module::Build(3)
© 1993–2016 Larry Wall and others
Licensed under the GNU General Public License version 1 or later, or the Artistic License.
The Perl logo is a trademark of the Perl Foundation.
https://perldoc.perl.org/5.20.2/Module/Build/Base.html