Checking if your kit is complete... Looks good Writing Makefile for Carp::Assert::More cp More.pm blib/lib/Carp/Assert/More.pm Manifying blib/man3/Carp::Assert::More.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/00-load.......................1..1 # Testing Carp::Assert::More 1.12 under Perl 5.006001 and Test::More 0.72 ok 1 - use Carp::Assert::More; ok t/assert_defined................1..5 ok 1 - use Carp::Assert::More; ok 2 ok 3 ok 4 ok 5 ok t/assert_exists.................1..8 ok 1 - use Carp::Assert::More; ok 2 ok 3 ok 4 ok 5 ok 6 ok 7 ok 8 ok t/assert_fail...................1..2 ok 1 - use Carp::Assert::More; ok 2 ok t/assert_hashref................1..7 ok 1 - use Carp::Assert::More; ok 2 ok 3 ok 4 ok 5 ok 6 ok 7 ok t/assert_in.....................1..10 ok 1 - use Carp::Assert::More; ok 2 ok 3 ok 4 ok 5 ok 6 ok 7 ok 8 ok 9 ok 10 ok t/assert_integer................1..7 ok 1 - use Carp::Assert::More; ok 2 - Checking "5" ok 3 - Checking "0" ok 4 - Checking "0.4" ok 5 - Checking "-10" ok 6 - Checking "dog" ok 7 - Checking "14." ok t/assert_is.....................1..9 ok 1 - use Carp::Assert::More; ok 2 - 4 is not 3 ok 3 - Undef is not space ok 4 - Space is not undef ok 5 - Undef only matches undef ok 6 - a is a ok 7 - 4 is 4 ok 8 - space is space ok 9 - 14 is 14 as strings ok t/assert_isa....................1..5 ok 1 - use Carp::Assert::More; ok 2 ok 3 ok 4 ok 5 ok t/assert_isnt...................1..9 ok 1 - use Carp::Assert::More; ok 2 - 4 is not 3 ok 3 - Undef is not space ok 4 - Space is not undef ok 5 - Undef only matches undef ok 6 - a is a ok 7 - 4 is 4 ok 8 - space is space ok 9 - 14 is 14 as strings ok t/assert_lacks..................1..7 ok 1 - use Carp::Assert::More; ok 2 ok 3 ok 4 ok 5 ok 6 ok 7 ok t/assert_like...................1..8 ok 1 - use Carp::Assert::More; ok 2 ok 3 ok 4 ok 5 ok 6 ok 7 ok 8 ok t/assert_listref................1..8 ok 1 - use Carp::Assert::More; ok 2 ok 3 ok 4 ok 5 ok 6 ok 7 ok 8 ok t/assert_negative...............1..7 ok 1 - use Carp::Assert::More; ok 2 - Checking "5" ok 3 - Checking "0" ok 4 - Checking "0.4" ok 5 - Checking "-10" ok 6 - Checking "dog" ok 7 - Checking "14." ok t/assert_negative_integer.......1..8 ok 1 - use Carp::Assert::More; ok 2 - Checking "5" ok 3 - Checking "0" ok 4 - Checking "0.4" ok 5 - Checking "-10" ok 6 - Checking "-97.9" ok 7 - Checking "dog" ok 8 - Checking "14." ok t/assert_nonblank...............1..6 ok 1 - use Carp::Assert::More; ok 2 ok 3 ok 4 ok 5 ok 6 ok t/assert_nonempty...............1..8 ok 1 - use Carp::Assert::More; ok 2 - Checking "0" ok 3 - Checking "foo" ok 4 - Checking "undef" ok 5 - Checking "HASH(0x40172f44)" ok 6 - Checking "ARRAY(0x40172f8c)" ok 7 - Checking "HASH(0x40172fd4)" ok 8 - Checking "ARRAY(0x40030794)" ok t/assert_nonnegative............1..7 ok 1 - use Carp::Assert::More; ok 2 - Checking "5" ok 3 - Checking "0" ok 4 - Checking "0.4" ok 5 - Checking "-10" ok 6 - Checking "dog" ok 7 - Checking "14." ok t/assert_nonnegative_integer....1..7 ok 1 - use Carp::Assert::More; ok 2 - Checking "5" ok 3 - Checking "0" ok 4 - Checking "0.4" ok 5 - Checking "-10" ok 6 - Checking "dog" ok 7 - Checking "14." ok t/assert_nonref.................1..6 ok 1 - use Carp::Assert::More; ok 2 ok 3 ok 4 ok 5 ok 6 ok t/assert_nonzero................1..7 ok 1 - use Carp::Assert::More; ok 2 - Checking "5" ok 3 - Checking "0" ok 4 - Checking "0.4" ok 5 - Checking "-10" ok 6 - Checking "dog" ok 7 - Checking "14." ok t/assert_nonzero_integer........1..7 ok 1 - use Carp::Assert::More; ok 2 - Checking "5" ok 3 - Checking "0" ok 4 - Checking "0.4" ok 5 - Checking "-10" ok 6 - Checking "dog" ok 7 - Checking "14." ok t/assert_positive...............1..7 ok 1 - use Carp::Assert::More; ok 2 - Checking "5" ok 3 - Checking "0" ok 4 - Checking "0.4" ok 5 - Checking "-10" ok 6 - Checking "dog" ok 7 - Checking "14." ok t/assert_positive_integer.......1..8 ok 1 - use Carp::Assert::More; ok 2 - Checking "5" ok 3 - Checking "0" ok 4 - Checking "0.4" ok 5 - Checking "-10" ok 6 - Checking "dog" ok 7 - Checking "14." ok 8 - Checking "14" 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 t/test-coverage.................1..25 ok 1 - use Carp::Assert::More; ok 2 - There are no function names! ok 3 - t/assert_defined.t exists ok 4 - t/assert_exists.t exists ok 5 - t/assert_fail.t exists ok 6 - t/assert_hashref.t exists ok 7 - t/assert_in.t exists ok 8 - t/assert_integer.t exists ok 9 - t/assert_is.t exists ok 10 - t/assert_isa.t exists ok 11 - t/assert_isnt.t exists ok 12 - t/assert_lacks.t exists ok 13 - t/assert_like.t exists ok 14 - t/assert_listref.t exists ok 15 - t/assert_negative.t exists ok 16 - t/assert_negative_integer.t exists ok 17 - t/assert_nonblank.t exists ok 18 - t/assert_nonempty.t exists ok 19 - t/assert_nonnegative.t exists ok 20 - t/assert_nonnegative_integer.t exists ok 21 - t/assert_nonref.t exists ok 22 - t/assert_nonzero.t exists ok 23 - t/assert_nonzero_integer.t exists ok 24 - t/assert_positive.t exists ok 25 - t/assert_positive_integer.t exists ok All tests successful, 2 tests skipped. Files=27, Tests=189, 20 wallclock secs (17.82 cusr + 1.23 csys = 19.05 CPU) Installing /home/cpanrun/pa-risc1.1/build/5.6.1/lib/site_perl/5.6.1/Carp/Assert/More.pm Installing /home/cpanrun/pa-risc1.1/build/5.6.1/man/man3/Carp::Assert::More.3 Writing /home/cpanrun/pa-risc1.1/build/5.6.1/lib/site_perl/5.6.1/PA-RISC1.1-thread-multi/auto/Carp/Assert/More/.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