- or download this
$ make test verbose
PERL_DL_NONLAZY=1 /opt/perl-5.8.6/bin/perl "-MExtUtils::Command::MM" "
+-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/07-main.t
...
Failed 1/1 test scripts, 0.00% okay. 2/9 subtests failed, 77.78% okay.
*** Error code 2
make: Fatal error: Command failed for target `test_dynamic'
- or download this
$ PERL_DL_NONLAZY=1 /opt/perl-5.8.6/bin/perl -Mblib t/07-main.t
1..9
...
ok 7 - info (pid), subroutine version
ok 8 - door_cred()
ok 9 - door_call()
- or download this
$ make test TEST_VERBOSE=1 TEST_FILES=t/07-main.t
PERL_DL_NONLAZY=1 /opt/perl-5.8.6/bin/perl "-MExtUtils::Command::MM" "
+-e" "test_harness(1, 'blib/lib', 'blib/arch')" t/07-main.t
t/07-main....1..9
...
/opt/perl-5.8.6/lib/site_perl/5.8.6
/opt/perl-5.8.6/lib/site_perl
.
- or download this
$ PERL_DL_NONLAZY=1 /opt/perl-5.8.6/bin/perl -d "-MExtUtils::Command::
+MM" "-e" "test_harness(1, 'blib/lib', 'blib/arch')" t/07-main.t
...
Debugged program terminated. Use q to quit or R to restart,
use O inhibit_exit to avoid stopping after program termination,
h q, h R or h O to get additional info.