plxc16479> perl -d -Mblib t/001_load.t Loading DB routines from perl5db.pl version 1.33 Editor support available. Enter h or `h h' for help, or `man perldebug' for more help. 1..2 ok 1 - use BPTest; main::(t/001_load.t:9): is( main::(t/001_load.t:10): BPTest->do_stuff, main::(t/001_load.t:11): 10, main::(t/001_load.t:12): 'do_stuff returns 10' main::(t/001_load.t:13): ) DB<1> c BPTest::do_stuff(/nfs/pdx/disks/nehalem.pde.077/tmp/BPTest/blib/lib/BPTest.pm:7): 7: my $x = 10; DB<1>