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.
2 known Module::Build issues (Score:1)
Module::Build->new_from_contextand the commandline invocation ofperl Build.PLproduced differentBuildfiles. The former mangled@INCdifferently than the latter, and sometimes left out additions from afteruse Module::Build.I'm having a bit of trouble finding the ticket in the Module::Build [cpan.org] queue, but it's been resolved some time ago. Of course, the user may not have upgraded yet :(
Also, an unfortunately longstanding, unresolved issue [cpan.org] is that using the Module::Build API, one can't get to the errors/output reported during the build stages, so the test report doesn't show you enough diagnostics to remedy the problem.
Hopefully this sheds some light on the situation.
Reply to This