background image
<< make test | The mess continued... >>
<< make test | The mess continued... >>
What in the hell is all that mess?
What in the hell is all that mess?
PERL_DL_NONLAZY=1
magic to force XS code to strictly check shared libraries
-Iblib/lib -Iblib/lib
Changes @INC to use the module you're about to install
-I/usr/local/perl5.6.1/lib/5.6.1/ppc-linux-64int ...
Mistake. Code specific for testing Perl itself that leaked out.
Causes problems with core modules on CPAN.
Fixed in latest versions of MakeMaker.