Experiments with Module::Build

I am using two of my distributions as tests for using Module::Build instead of Module::Install. So far they have only been released as development versions, but I hope to get them out as actual releases. So far I have chosen not to generate any Makefile.PL in the distributions, but I think I will in the actual releases. I love how easy Module::Install is to use, but I have to agree with the arguments for Module::Build and that it is written in Perl and doesn’t rely on an outside build system that is really not needed at all for pure-Perl modules like my current distributions are.

Leave a Reply