eisseven > tar xzf Test-Exception-0.29.tar.gz eisseven > cd Test-Exception-0.29 eisseven > perl Makefile.PL Checking if your kit is complete... Looks good Warning: prerequisite Sub::Uplevel 0.18 not found. Writing Makefile for Test::Exception eisseven > tar xzf Test-Exception-0.29.tar.gz eisseven > cd Test-Exception-0.29 eisseven > perl Makefile.PL Checking if your kit is complete... Looks good Writing Makefile for Test::Exception eisseven > make cp lib/Test/Exception.pm blib/lib/Test/Exception.pm eisseven > make test PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/caller.t ...... ok t/edge-cases.t .. skipped: stuff relating to RT#24678 that I have not fixed yet t/Exception.t ... ok t/import.t ...... ok t/isa.t ......... ok t/lives_and.t ... ok t/preserve.t .... ok t/return.t ...... ok t/rt.t .......... ok t/stacktrace.t .. ok t/throws_ok.t ... ok All tests successful. Files=11, Tests=51, 1 wallclock secs ( 0.08 usr 0.02 sys + 0.72 cusr 0.04 csys = 0.86 CPU) Result: PASS