Articles

Affichage des articles associés au libellé Module::Build

Module::Build rocks!!!

Yes I know, this module is already four years old and I'm probably the last Perl coder still using ExtUtils::MakeMaker for his modules. Some experienced friends of mine already told me about it. (Hello Maddingue, better later than never...) I knew that I had to use it, but until today I didn't... For those of you who haven't see the light, here are some reasons why you should switch to it: _ It's easy (and you should be lazy) => make2build from Module::Build::Convert made the conversion a breeze without requiring to read any doc (ok I've read the doc anyway, but it's beccause I'm curious...) _ It's powerful (and you should be impatient) => Build testcover and you have a complete test coverage provided out of the box! (this feature alone is a killer to me, I know you can achieve the same with EU::MM but it is provided by default with Module::Build) _ It's the state of the art (and you should be hubristic): using tool of the pas...