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.
Re: Module::Build::Compat bug :( (Score:1)
This is something I never got - if your Build.PL can be converted automatically to a Makefile.PL, and thus, obviously doesn't need any of the features that Module::Build offers over ExtUtils::MakeMaker, why would you use Module::Build at all?
Re: Module::Build::Compat bug :( (Score:1)
EU::MM cannot tell
build_requiresfromrequiresso even very simpleBuild.PLs are often more expressive than their equivalentMakefile.PLs and cannot be translated losslessly.Also, Module::Build makes it easy to autogenerate
Makefile.PL. ExtUtils::MakeMaker cannot autogenerateBuild.PL. Starting from a blank slate, which of the two makes better sense to pick?Reply to This
Parent