Warning: prerequisite IO::String 0 not found. Checking if your kit is complete... Looks good Writing Makefile for File::Alter cp lib/File/Alter.pm blib/lib/File/Alter.pm Manifying blib/man3/File::Alter.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/00_use...........# Failed test (t/00_use.t at line 11) # Tried to use 'File::Alter'. # Error: Base class package "IO::String" is empty. # (Perhaps you need to 'use' the module which defines that package first.) # at ../lib/File/Alter.pm line 4 # BEGIN failed--compilation aborted at ../lib/File/Alter.pm line 4. # Compilation failed in require at (eval 1) line 2. Use of uninitialized value in concatenation (.) or string at t/00_use.t line 13. # Testing File::Alter # Looks like you failed 1 tests of 1. not ok 1 - use File::Alter; 1..1 dubious Test returned status 1 (wstat 256, 0x100) DIED. FAILED test 1 Failed 1/1 tests, 0.00% okay t/01_File-Alter....# Failed test (t/01_File-Alter.t at line 15) # Tried to use 'File::Alter'. # Error: Base class package "IO::String" is empty. # (Perhaps you need to 'use' the module which defines that package first.) # at ../lib/File/Alter.pm line 4 # BEGIN failed--compilation aborted at ../lib/File/Alter.pm line 4. # Compilation failed in require at (eval 1) line 2. Can't locate object method "new" via package "File::Alter" at t/01_File-Alter.t line 18. # Looks like you failed 1 tests of 1. # Looks like your test died just after 1. not ok 1 - use File::Alter; 1..1 dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED test 1 Failed 1/1 tests, 0.00% okay Failed 2/2 test scripts, 0.00% okay. 2/2 subtests failed, 0.00% okay. Failed Test Stat Wstat Total Fail Failed List of Failed --------------------------------------------------------------------------------------------------------------------------- t/00_use.t 1 256 1 1 100.00% 1 t/01_File-Alter.t 255 65280 1 1 100.00% 1 make: *** [test_dynamic] Error 2