Checking if your kit is complete... Looks good Writing Makefile for Acme::BlahBlahBlah cp lib/Acme/BlahBlahBlah.pm blib/lib/Acme/BlahBlahBlah.pm Manifying blib/man3/Acme::BlahBlahBlah.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/Acme-BlahBlahBlah....1..1 not ok 1 - use Acme::BlahBlahBlah; # Failed test 'use Acme::BlahBlahBlah;' # at t/Acme-BlahBlahBlah.t line 9. # Tried to use 'Acme::BlahBlahBlah'. # Error: Perl v5.8.3 required--this is only v5.6.1, stopped at blib/lib/Acme/BlahBlahBlah.pm line 3. # BEGIN failed--compilation aborted at t/Acme-BlahBlahBlah.t line 9. # Compilation failed in require at (eval 3) line 2. # BEGIN failed--compilation aborted at (eval 3) line 2. # Looks like you failed 1 test of 1. dubious Test returned status 1 (wstat 256, 0x100) DIED. FAILED test 1 Failed 1/1 tests, 0.00% okay Failed 1/1 test scripts, 0.00% okay. 1/1 subtests failed, 0.00% okay. Failed Test Stat Wstat Total Fail Failed List of Failed ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- t/Acme-BlahBlahBlah.t 1 256 1 1 100.00% 1 make: *** [test_dynamic] Error 2