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.
Just to be clear (Score:1)
Are you saying that going forward I will be unable to do this?
Re:Just to be clear (Score:1)
If you were actually using pass-through mode, that would not be the case. The
Makefile.PLthat is generated in that mode invokesBuild.PLto do the work, incidentally offering to recursively install Module::Build if necessary. Therefore such distributions cannot be installed without Module::Build.In contrast, the traditional mode you are in fact using generates a regular
Makefile.PLthat invokes ExtUtils::MakeMaker as per usual, so does indeed allow the user the freedom to choose their preferred method.The module in which this is documented is Module::Build::Compat.
Reply to This
Parent