Module::Build::Base - Default methods for Module::Build |
Module::Build::Base - Default methods for Module::Build
Please see the Module::Build documentation.
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.
Ken Williams <kwilliams@cpan.org>
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.
perl(1), Module::Build(3)
Module::Build::Base - Default methods for Module::Build |