Checking if your kit is complete... Looks good Writing Makefile for Sub::ArgShortcut cp lib/Sub/ArgShortcut.pm blib/lib/Sub/ArgShortcut.pm cp lib/Sub/ArgShortcut/Attr.pm blib/lib/Sub/ArgShortcut/Attr.pm Manifying blib/man3/Sub::ArgShortcut.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..2 ok 1 - use Sub::ArgShortcut; ok 2 - argshortcut exported ok t/01.function.....1..6 ok 1 - in-place on $_ ok 2 - nondestructive from $_ ok 3 - ...returned correctly ok 4 - in-place on params ok 5 - non-destructive from params ok 6 - ...returned correctly ok t/02.attribute....1..6 # Failed test 'in-place on $_' # at t/02.attribute.t line 18. # got: 'original' # expected: 'modified' not ok 1 - in-place on $_ ok 2 - nondestructive from $_ # Failed test '...returned correctly' # at t/02.attribute.t line 26. # got: undef # expected: 'modified' not ok 3 - ...returned correctly ok 4 - in-place on params # Failed test 'non-destructive from params' # at t/02.attribute.t line 44. not ok 5 - non-destructive from params # Structures begin differing at: # $got->[0] = 'modified' # $expected->[0] = 'original' not ok 6 - ...returned correctly # Failed test '...returned correctly' # at t/02.attribute.t line 45. # Structures begin differing at: # $got->[0] = '' # $expected->[0] = 'modified' # Looks like you failed 4 tests of 6. dubious Test returned status 4 (wstat 1024, 0x400) DIED. FAILED tests 1, 3, 5-6 Failed 4/6 tests, 33.33% okay t/pod-coverage....1..1 ok 1 - This file is just here as a sop for CPANTS ok t/pod.............1..0 # Skip Test::Pod 1.14 required for testing POD skipped all skipped: Test::Pod 1.14 required for testing POD Failed 1/5 test scripts, 80.00% okay. 4/15 subtests failed, 73.33% okay. Failed Test Stat Wstat Total Fail Failed List of Failed ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- t/02.attribute.t 4 1024 6 4 66.67% 1 3 5-6 1 test skipped. make: *** [test_dynamic] Error 11