Module::Build

From CBLFS
(Redirected from Perl Module Module::Build)
Jump to navigationJump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
Download Source: http://search.cpan.org/CPAN/authors/id/D/DA/DAGOLDEN/Module-Build-0.35.tar.gz

Introduction to Module::Build

Project Homepage: Unknown

Dependencies

Required

Optional

Non-Multilib

Compile the package:

perl Build.PL &&
./Build &&
./Build test

Install the package:

./Build install

Multilib

32Bit

Compile the package:

USE_ARCH=32 perl Build.PL &&
./Build &&
./Build test

Install the package:

./Build install

N32

Compile the package:

USE_ARCH=n32 perl Build.PL &&
./Build &&
./Build test

Install the package:

./Build install

64Bit

Compile the package:

USE_ARCH=64 perl Build.PL &&
./Build &&
./Build test

Install the package:

./Build install