This is the README file for CPANPLUS::Dist::Build, a CPANPLUS plugin to install modules that use 'Module::Build' as their installer

Please refer to 'perldoc CPANPLUS::Dist::Build' after installation for details.

#####################################################################

CPANPLUS::Dist::Build

CPANPLUS::Dist::Build is a distribution class for Module::Build related modules.
Using this package, you can create, install and uninstall perl modules. It inherits from CPANPLUS::Dist.

Normal users won't have to worry about the interface to this module, as it functions transparently as a plug-in to CPANPLUS and will just Do The Right Thing when it's loaded.

#####################################################################

CPANPLUS::Dist::Build follows the standard perl module install process

perl Makefile.PL
make
make test
make install

The module uses no C or XS parts, so no c-compiler is required.

######################################################################

AUTHOR

This module by Jos Boumans <kane@cpan.org>.

COPYRIGHT

This module is copyright (c) 2005 Jos Boumans <kane@cpan.org>. All rights reserved.

This library is free software; you may redistribute and/or modify it under the same terms as Perl itself.