On Oct 4, 2006, at 9:27 PM, Andreas J. Koenig wrote:
I find the following behaviour leaves plenty of room for improvement.
As an end user I am not the slightest interested in the line number
within Module/Build/Base.pm, but the more I'd like to get a hint what
I'm expected to do to get on. (I have found out in the meantime,
thanks very much :-P)
% /usr/local/perl-5.8.1/bin/perl Build.PL
Creating custom builder _build/lib/MyModuleBuilder.pm in _build/lib
Checking whether your kit is complete...
Looks good
Warning: this distribution contains XS files, but Module::Build is
not configured with C_support at /usr/local/perl-5.8.1/lib/
site_perl/5.8.1/Module/Build/Base.pm line 1128.
Yeah, we should at the very least indicate that the user needs to
install ExtUtils::CBuilder. I'll make that change.
-Ken