NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
Cons & Module::Build (Score:1)
I've been helping Ken a bit with Module::Build and playing with it for some projects. Its really easy to use and right now does most of the basic stuff ExtUtils::MakeMaker does, except that its way easier to customize.
I'm going to switch Alazbo to Module::Build pretty soon because Alzabo has a pretty involved build process involving installing modules, copying Mason components, generating an Alzabo::Config module, and creating some directories for storing Alzabo objects. All of this will be much easier and less code with Module::Build.
Reply to This