in reply to Re^2: Sick of make, is there a replacement?
in thread OT Sick of make, is there a replacement?
Module::Build does ship with a Makefile.PL, thus making it possible to install using EU::MM and a make utility.To install "Module::Build", and any other module that uses "Module::Build" for its installation process, do the following: perl Build.PL # 'Build.PL' script creates the 'Build' script ./Build # Need ./ to ensure we're using this "Build" scrip +t ./Build test # and not another one that happens to be in the PA +TH ./Build install
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Sick of make, is there a replacement?
by CountZero (Bishop) on Aug 05, 2015 at 16:09 UTC |