Checking if your kit is complete... Looks good Writing Makefile for Error cp lib/Error.pm blib/lib/Error.pm cp lib/Error/Simple.pm blib/lib/Error/Simple.pm Manifying blib/man3/Error.3 Manifying blib/man3/Error::Simple.3 PERL_DL_NONLAZY=1 /home/cpanrun/pa-risc1.1/build/5.6.1/bin/perl -Iblib/arch -Iblib/lib -I/home/cpanrun/pa-risc1.1/build/5.6.1/lib/5.6.1/PA-RISC1.1-thread-multi -I/home/cpanrun/pa-risc1.1/build/5.6.1/lib/5.6.1 -e 'use Test::Harness qw(&runtests $verbose); $verbose=1; runtests @ARGV;' t/*.t t/01throw............................1..4 ok 1 ok 2 ok 3 ok 4 ok t/02order............................1..6 ok 1 ok 2 ok 3 ok 4 ok 5 ok 6 ok t/03throw-non-Error..................1..2 ok 1 - Testing for thrown exception ok 2 - No Errors caught. ok t/04use-base-Error-Simple............1..1 ok 1 - Testing that the use base worked. ok t/05text-errors-with-file-handles....1..4 ok 1 - Not MyError::Foo ok 2 - Testing ok 3 - Testing for correct line number ok 4 - Testing for correct module ok t/06customize-text-throw.............1..3 ok 1 - Error was auto-converted to Error::Simple ok 2 - Error was auto-converted to MyError::Bar ok 3 - Text of the error is correct ok t/07try-in-obj-destructor............1..1 ok 1 - Testing that the excpetion is not trampeled ok t/08warndie..........................1..21 ok 1 - Loaded ok 2 - Test framework STDERR ok 3 - Test framework felloffcode ok 4 - warn \n-terminated STDERR ok 5 - warn \n-terminated felloffcode ok 6 - warn unterminated STDERR ok 7 - warn unterminated felloffcode ok 8 - die \n-terminated STDERR ok 9 - die \n-terminated felloffcode ok 10 - die unterminated STDERR ok 11 - die unterminated felloffcode ok 12 - Error STDOUT ok 13 - Error felloffcode ok 14 - Custom warn test STDERR ok 15 - Custom warn test felloffcode ok 16 - Custom die test STDERR ok 17 - Custom die test felloffcode ok 18 - Custom warn STDERR ok 19 - Custom warn felloffcode ok 20 - Custom die STDERR ok 21 - Custom die felloffcode ok t/09dollar-at........................1..8 ok 1 - defined( $_[0] ) after throw/catch ok 2 - defined( $@ ) after throw/catch ok 3 - $_[0]->isa( "Error::Simple" ) after throw/catch ok 4 - $@->isa( "Error::Simple" ) after throw/catch ok 5 - defined( $_[0] ) after throw/otherwise ok 6 - defined( $@ ) after throw/otherwise ok 7 - $_[0]->isa( "Error::Simple" ) after throw/otherwise ok 8 - $@->isa( "Error::Simple" ) after throw/otherwise ok t/10throw-in-catch...................1..2 ok 1 - Error thrown in the catch clause is registered ok 2 - Error thrown in the otherwise clause is registered ok t/11rethrow..........................1..4 ok 1 - Error rethrown ok 2 - Thrown Error::Simple ok 3 - die foobar ok 4 - throw Error::Simple ok t/12wrong-error-var..................1..2 ok 1 - Checking that eval { ... } is sane # Error::THROWN = This is caught by eval, not by try. at t/12wrong-error-var.t line 12. # Error::THROWN = # E = This is a simple 'die' exception. at t/12wrong-error-var.t line 22. ok 2 - Checking that the argument to otherwise is the thrown exception ok t/pod-coverage.......................1..0 # Skip Test::Pod::Coverage 1.04 required for testing POD coverage skipped all skipped: Test::Pod::Coverage 1.04 required for testing POD coverage t/pod................................1..0 # Skip Test::Pod 1.14 required for testing POD skipped all skipped: Test::Pod 1.14 required for testing POD All tests successful, 2 tests skipped. Files=14, Tests=58, 10 wallclock secs ( 8.80 cusr + 0.70 csys = 9.50 CPU) Installing /home/cpanrun/pa-risc1.1/build/5.6.1/lib/site_perl/5.6.1/Error.pm Installing /home/cpanrun/pa-risc1.1/build/5.6.1/lib/site_perl/5.6.1/Error/Simple.pm Installing /home/cpanrun/pa-risc1.1/build/5.6.1/man/man3/Error.3 Installing /home/cpanrun/pa-risc1.1/build/5.6.1/man/man3/Error::Simple.3 Writing /home/cpanrun/pa-risc1.1/build/5.6.1/lib/site_perl/5.6.1/PA-RISC1.1-thread-multi/auto/Error/.packlist Appending installation info to /home/cpanrun/pa-risc1.1/build/5.6.1/lib/5.6.1/PA-RISC1.1-thread-multi/perllocal.pod