$ 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 Loading DB routines from perl5db.pl version 1.28 Editor support available. Enter h or `h h' for help, or `man perldebug' for more help. main::(-e:1): test_harness(1, 'blib/lib', 'blib/arch') DB<1> c t/07-main....1..9 ok 1 - use IPC::Door::Client; ok 2 - use IPC::Door::Server; ok 3 - door_create() ok 4 - is_door, OO-version ok 5 - is_door, subroutine version ok 6 - info (pid), OO-version ok 7 - info (pid), subroutine version ok 8 - door_cred() ok 9 - door_call() ok All tests successful. Files=1, Tests=9, 1 wallclock secs ( 0.29 cusr + 0.10 csys = 0.39 CPU) 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.