Checking if your kit is complete... Looks good Writing Makefile for package cp lib/package.pm blib/lib/package.pm Manifying blib/man3/package.3 PERL_DL_NONLAZY=1 /home/cpanrun/pa-risc1.1/build/5.8.2/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(1, 'blib/lib', 'blib/arch')" t/*.t t/00pod.........1..0 # Skip Test::Pod 1.00 required for testing POD skipped all skipped: Test::Pod 1.00 required for testing POD t/01_package....1..11 # Failed test (t/01_package.t at line 10) # Tried to use 'package'. # Error: syntax error at (eval 1) line 2, near "require package" not ok 1 - use package; ok 2 ok 3 ok 4 ok 5 ok 6 ok 7 ok 8 ok 9 ok 10 ok 11 # Looks like you failed 1 tests of 11. dubious Test returned status 1 (wstat 256, 0x100) DIED. FAILED test 1 Failed 1/11 tests, 90.91% okay t/02_package....1..1 # Failed test (t/02_package.t at line 10) # Tried to use 'package'. # Error: syntax error at (eval 1) line 2, near "require package" not ok 1 - use package; # Looks like you failed 1 tests of 1. dubious Test returned status 1 (wstat 256, 0x100) DIED. FAILED test 1 Failed 1/1 tests, 0.00% okay t/03_package....1..9 # Failed test (t/03_package.t at line 10) # Tried to use 'package'. # Error: syntax error at (eval 1) line 2, near "require package" not ok 1 - use package; Undefined subroutine &package::alias called at t/03_package.t line 25. # Looks like you planned 9 tests but only ran 1. # Looks like your test died just after 1. dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED tests 1-9 Failed 9/9 tests, 0.00% okay Failed 3/4 test scripts, 25.00% okay. 11/21 subtests failed, 47.62% okay. Failed Test Stat Wstat Total Fail Failed List of Failed --------------------------------------------------------------------------------------------------------------------------- t/01_package.t 1 256 11 1 9.09% 1 t/02_package.t 1 256 1 1 100.00% 1 t/03_package.t 255 65280 9 17 188.89% 1-9 1 test skipped. make: *** [test_dynamic] Error 2