Subject: | TEST_VERBOSE not working in 5.52_01? |
Check this out:
=====================================================================
[junior:ExtUtils-MakeMaker-5.52_01] ken% make test TEST_VERBOSE=1
PERL_DL_NONLAZY=1 /usr/bin/perl "-I/Users/ken/Downloads/perl/ExtUtils-MakeMaker-5.52_01/lib" "-MExtUtils::testlib" "-MExtUtils::Command::MM" "-e" "test_harness(1)" t/*.t
t/Command...........ok t/Installed.........ok
t/MM_BeOS...........skipped: This is not BeOS
t/MM_Cygwin.........skipped: This is not cygwin
t/MM_OS2............skipped: This is not OS/2
t/MM_Unix...........ok
t/MM_VMS............skipped: This is not VMS
t/MM_Win32..........skipped: This is not Win32
t/Manifest..........ok 16/31Not in MANIFEST: bar
t/Manifest..........ok
t/Mkbootstrap.......ok
t/Packlist..........ok
t/basic.............ok
t/hints.............ok
t/testlib...........ok
All tests successful, 5 tests skipped.
Files=14, Tests=272, 39 wallclock secs (11.30 cusr + 3.96 csys = 15.26 CPU)
=====================================================================
Not very verbose, is it? Did this get damaged sometime?