Hi, Is there somewhere a good document that describes why we have Module::Install and Module::Build alongsize ExtUtils::MakeMaker, and which one to choose?
Apart from things liker 'newer', 'better' and 'faster', the only difference I see is that M::B does not require external tools (like 'make') and therefore is usable on systems that do not have a compile/make suite. -- Johan