Checking if your kit is complete... Looks good Writing Makefile for Attribute::Context cp lib/Attribute/Context.pm blib/lib/Attribute/Context.pm Manifying blib/man3/Attribute::Context.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/10arrayref......1..8 ok 1 - use Attribute::Context; ok 2 - Calling foo in list context should return it's args ok 3 - ... and calling it in scalar context should return an arrayref ok 4 - ... and calling it in void context should not throw an exception ok 5 - Calling a NOVOID sub in void context should die ok 6 - ... but calling it in a non-void context should live ok 7 - Calling a WARNVOID sub normally will not generate a warning ok 8 - ... but it will if you call it in void context ok t/20last..........1..7 ok 1 - use Attribute::Context; ok 2 - Calling foo in list context should return it's args ok 3 - ... and calling it in scalar context should return the last element ok 4 - ... and calling it in void context should not throw an exception ok 5 - A scalar call to a Last sub which returns an empty list should return undef ok 6 - Calling a NOVOID sub in void context should die ok 7 - ... but calling it in a non-void context should live ok t/30first.........1..7 ok 1 - use Attribute::Context; ok 2 - Calling foo in list context should return it's args ok 3 - ... and calling it in scalar context should return the first element ok 4 - ... and calling it in void context should not throw an exception ok 5 - A scalar call to a First sub which returns an empty list should return undef ok 6 - Calling a NOVOID sub in void context should die ok 7 - ... but calling it in a non-void context should live ok t/40count.........1..7 ok 1 - use Attribute::Context; ok 2 - Calling foo in list context should return it's args ok 3 - ... and calling it in scalar context should return the number of elements ok 4 - ... and calling it in void context should not throw an exception ok 5 - A scalar call to a Count sub which returns an empty list should return undef ok 6 - Calling a NOVOID sub in void context should die ok 7 - ... but calling it in a non-void context should live ok t/50custom........1..14 ok 1 - use Attribute::Context; ok 2 - Custom sub attributes must have a class ok 3 - ... and the class must exist ok 4 - ... and have a "new" constructor ok 5 - Calling a Custom sub in array context should succeed ok 6 - Calling a Custom sub in scalar context should also succeed ok 7 - ... and it object it returns isa Good::Class ok 8 - ... and it should function correctly ok 9 - Calling a WARNVOID sub normally will not generate a warning ok 10 - ... and the object it returns isa Good::Class ok 11 - ... but it will if you call it in void context ok 12 - Calling a NOVOID sub normally will not be fatal ok 13 - ... and the object it returns isa Good::Class ok 14 - ... but it will be fatal if you call it in void context 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=7, Tests=43, 6 wallclock secs ( 4.66 cusr + 0.36 csys = 5.02 CPU) Installing /home/cpanrun/pa-risc1.1/build/5.6.1/lib/site_perl/5.6.1/Attribute/Context.pm Installing /home/cpanrun/pa-risc1.1/build/5.6.1/man/man3/Attribute::Context.3 Writing /home/cpanrun/pa-risc1.1/build/5.6.1/lib/site_perl/5.6.1/PA-RISC1.1-thread-multi/auto/Attribute/Context/.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