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?
Reply to This
Re: (Score:2)
perldoc Module::Build. See MOTIVATIONS [cpan.org].
Re: (Score:1)
... but these are the reasons why Ken Williams wrote Module::Build, not why somebody would use it, just to (down-)convert the file to a Makefile.PL immediately.
Re: (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?Re: (Score:1)
If you can get all of the nutrition you need from an IV, why bother eating a nice steak dinner?
Moo! (Score:1)