Checking if your kit is complete... Looks good Writing Makefile for Image::Resize cp Resize.pm blib/lib/Image/Resize.pm Manifying blib/man3/Image::Resize.3 PERL_DL_NONLAZY=1 /home/cpanrun/build/5.6.1/bin/perl -Iblib/arch -Iblib/lib -I/home/cpanrun/build/5.6.1/lib/5.6.1/i686-linux-thread-multi -I/home/cpanrun/build/5.6.1/lib/5.6.1 -e 'use Test::Harness qw(&runtests $verbose); $verbose=0; runtests @ARGV;' t/*.t t/1................. # Failed test (t/1.t at line 10) # Tried to use 'Image::Resize'. # Error: Can't locate object method "trueColor" via package "GD::Image" (perhaps you forgot to load "GD::Image"?) at blib/lib/Image/Resize.pm line 12. # Compilation failed in require at (eval 3) line 2. # BEGIN failed--compilation aborted at t/1.t line 10. Argument "t/large" isn't numeric in subroutine entry at blib/lib/Image/Resize.pm line 25. Can't locate object method "width" via package "GD::Image" (perhaps you forgot to load "GD::Image"?) at t/1.t line 20. # Looks like you planned 5 tests but only ran 2. # Looks like your test died just after 2. dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED tests 1, 3-5 Failed 4/5 tests, 20.00% okay Failed Test Status Wstat Total Fail Failed List of Failed -------------------------------------------------------------------------------- t/1.t 255 65280 5 4 80.00% 1, 3-5 Failed 1/1 test scripts, 0.00% okay. 4/5 subtests failed, 20.00% okay. make: *** [test_dynamic] Error 2