Sophie

Sophie

distrib > Mageia > 1 > i586 > by-pkgid > 90a9559fa10ddcd7850080c1f1265ad8 > files > 10

perl-CPANPLUS-Dist-Build-0.540.0-1.mga1.noarch.rpm

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.

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

* Description

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.

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

* Installation

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.