Difference between revisions of "Module::Build"
From CBLFS
Jump to navigationJump to searchChipster19 (talk | contribs) (New page: {| style="text-align: left; background-color: AliceBlue;" |- !Download Source: | http://search.cpan.org/CPAN/authors/id/K/KW/KWILLIAMS/Module-Build-0.2808.tar.gz |} ---- {{Blank-Package-...) |
Chipster19 (talk | contribs) |
||
Line 2: | Line 2: | ||
|- | |- | ||
!Download Source: | !Download Source: | ||
− | | http://search.cpan.org/CPAN/authors/id/K/KW/KWILLIAMS/Module-Build-0. | + | | http://search.cpan.org/CPAN/authors/id/K/KW/KWILLIAMS/Module-Build-0.35.tar.gz |
|} | |} | ||
Revision as of 07:33, 5 September 2009
Download Source: | http://search.cpan.org/CPAN/authors/id/K/KW/KWILLIAMS/Module-Build-0.35.tar.gz |
---|
Contents
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