background image
<< Still more mess... | test.pl caveat >>
<< Still more mess... | test.pl caveat >>
New MakeMaker Is A Little Different
New MakeMaker Is A Little Different
$ make test
PERL_DL_NONLAZY=1 /usr/local/bin/perl
"-MExtUtils::Command::MM" "-e"
"test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/array....ok
t/chdir....ok
t/var......ok
All tests successful.
Files=3, Tests=48, 3 wallclock secs
( 2.27 cusr + 0.48 csys = 2.75 CPU)
The -I$(PERL_LIB) -I$(PERL_ARCH) mistake is gone
The hanging Test::Harness wires have been put away
Mostly done for non-Unix platforms.