Checking if your kit is complete... Looks good Writing Makefile for Math-Vectors cp lib/Math/Rotation.pm blib/lib/Math/Rotation.pm cp lib/Math/Vec2.pm blib/lib/Math/Vec2.pm cp lib/Math/Color.pm blib/lib/Math/Color.pm cp lib/Math/Vec3.pm blib/lib/Math/Vec3.pm cp lib/Math/Image.pm blib/lib/Math/Image.pm cp lib/Math/Vectors.pm blib/lib/Math/Vectors.pm cp lib/Math/Vec4.pm blib/lib/Math/Vec4.pm cp lib/Math/ColorRGBA.pm blib/lib/Math/ColorRGBA.pm Manifying blib/man3/Math::Rotation.3 Manifying blib/man3/Math::Vec2.3 Manifying blib/man3/Math::Color.3 Manifying blib/man3/Math::Vec3.3 Manifying blib/man3/Math::Image.3 Manifying blib/man3/Math::Vectors.3 Manifying blib/man3/Math::Vec4.3 Manifying blib/man3/Math::ColorRGBA.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_pod..........1..0 # Skip Test::Pod 1.00 required for testing POD skipped all skipped: Test::Pod 1.00 required for testing POD t/01_vector.......1..1 # Failed test 'use Math::Vector;' # at t/01_vector.t line 9. # Tried to use 'Math::Vector'. # Error: Can't locate Math/Vector.pm in @INC (@INC contains: ../lib blib/arch blib/lib /home/cpanrun/pa-risc1.1/build/5.6.1/lib/5.6.1/PA-RISC1.1-thread-multi /home/cpanrun/pa-risc1.1/build/5.6.1/lib/5.6.1/PA-RISC1.1-thread-multi /home/cpanrun/pa-risc1.1/build/5.6.1/lib/5.6.1 /home/cpanrun/pa-risc1.1/build/5.6.1/lib/site_perl/5.6.1/PA-RISC1.1-thread-multi /home/cpanrun/pa-risc1.1/build/5.6.1/lib/site_perl/5.6.1/PA-RISC1.1-thread-multi /home/cpanrun/pa-risc1.1/build/5.6.1/lib/site_perl/5.6.1 /home/cpanrun/pa-risc1.1/build/5.6.1/lib/site_perl/5.6.1/PA-RISC1.1-thread-multi /home/cpanrun/pa-risc1.1/build/5.6.1/lib/site_perl/5.6.1 /home/cpanrun/pa-risc1.1/build/5.6.1/lib/site_perl . /home/cpanrun/pa-risc1.1/build/5.6.1/lib/5.6.1/PA-RISC1.1-thread-multi /home/cpanrun/pa-risc1.1/build/5.6.1/lib/5.6.1 /home/cpanrun/pa-risc1.1/build/5.6.1/lib/site_perl/5.6.1/PA-RISC1.1-thread-multi /home/cpanrun/pa-risc1.1/build/5.6.1/lib/site_perl/5.6.1 /home/cpanrun/pa-risc1.1/build/5.6.1/lib/site_perl .) at (eval 3) line 2. # BEGIN failed--compilation aborted at t/01_vector.t line 9. not ok 1 - use Math::Vector; # 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 t/02_vec2.........1..78 # Failed test 'use Math::Vec2;' # at t/02_vec2.t line 9. # Tried to use 'Math::Vec2'. # Error: Base class package "Math::Vector" is empty. # (Perhaps you need to 'use' the module which defines that package first.) at ../lib/Math/Vec2.pm line 12 # BEGIN failed--compilation aborted at t/02_vec2.t line 9. # Compilation failed in require at (eval 3) line 2. # BEGIN failed--compilation aborted at (eval 3) line 2. not ok 1 - use Math::Vec2; Can't locate object method "getDefaultValue" via package "Math::Vec2" (perhaps you forgot to load "Math::Vec2"?) at t/02_vec2.t line 14. # Looks like you planned 78 tests but only ran 1. # Looks like you failed 1 test of 1 run. # Looks like your test died just after 1. dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED tests 1-78 Failed 78/78 tests, 0.00% okay t/02_vec3.........1..86 # Failed test 'use Math::Vec3;' # at t/02_vec3.t line 9. # Tried to use 'Math::Vec3'. # Error: Base class package "Math::Vector" is empty. # (Perhaps you need to 'use' the module which defines that package first.) at ../lib/Math/Vec3.pm line 12 # BEGIN failed--compilation aborted at t/02_vec3.t line 9. # Compilation failed in require at (eval 3) line 2. # BEGIN failed--compilation aborted at (eval 3) line 2. not ok 1 - use Math::Vec3; Can't locate object method "getDefaultValue" via package "Math::Vec3" (perhaps you forgot to load "Math::Vec3"?) at t/02_vec3.t line 14. # Looks like you planned 86 tests but only ran 1. # Looks like you failed 1 test of 1 run. # Looks like your test died just after 1. dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED tests 1-86 Failed 86/86 tests, 0.00% okay t/02_vec4.........1..31 # Failed test 'use Math::Vec4;' # at t/02_vec4.t line 9. not ok 1 - use Math::Vec4; # Tried to use 'Math::Vec4'. # Error: Base class package "Math::Vector" is empty. # (Perhaps you need to 'use' the module which defines that package first.) at ../lib/Math/Vec4.pm line 12 # BEGIN failed--compilation aborted at t/02_vec4.t line 9. # Compilation failed in require at (eval 3) line 2. # BEGIN failed--compilation aborted at (eval 3) line 2. Can't locate object method "new" via package "Math::Vec4" (perhaps you forgot to load "Math::Vec4"?) at t/02_vec4.t line 14. # Looks like you planned 31 tests but only ran 1. # Looks like you failed 1 test of 1 run. # Looks like your test died just after 1. dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED tests 1-31 Failed 31/31 tests, 0.00% okay t/03_color........1..71 not ok 1 - use Math::Vec3; # Failed test 'use Math::Vec3;' # at t/03_color.t line 9. # Tried to use 'Math::Vec3'. # Error: Base class package "Math::Vector" is empty. # (Perhaps you need to 'use' the module which defines that package first.) at ../lib/Math/Vec3.pm line 12 # BEGIN failed--compilation aborted at t/03_color.t line 9. # Compilation failed in require at (eval 3) line 2. # BEGIN failed--compilation aborted at (eval 3) line 2. ok 2 - use Math::Color; Can't locate object method "new" via package "Math::Color" (perhaps you forgot to load "Math::Color"?) at t/03_color.t line 17. # Looks like you planned 71 tests but only ran 2. # Looks like you failed 1 test of 2 run. # Looks like your test died just after 2. dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED tests 1, 3-71 Failed 70/71 tests, 1.41% okay t/03_image........1..4 ok 1 - use Math::Image; ok 2 - 0 0 0 new Math::Image() ok 3 - new Math::Image() 2 2 4 0xabcdefab 0xabcdefab 0xabcdeabf 0xabcdabef ok 4 - new Math::Image() ok t/03_rotation.....1..68 # Failed test 'use Math::Rotation;' # at t/03_rotation.t line 9. # Tried to use 'Math::Rotation'. # Error: Base class package "Math::Vector" is empty. # (Perhaps you need to 'use' the module which defines that package first.) at ../lib/Math/Vec3.pm line 12 # BEGIN failed--compilation aborted at t/03_rotation.t line 9. # Compilation failed in require at ../lib/Math/Rotation.pm line 7. # BEGIN failed--compilation aborted at ../lib/Math/Rotation.pm line 7. # Compilation failed in require at (eval 3) line 2. # BEGIN failed--compilation aborted at (eval 3) line 2. not ok 1 - use Math::Rotation; Can't locate object method "new" via package "Math::Rotation" (perhaps you forgot to load "Math::Rotation"?) at t/03_rotation.t line 15. # Looks like you planned 68 tests but only ran 1. # Looks like you failed 1 test of 1 run. # Looks like your test died just after 1. dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED tests 1-68 Failed 68/68 tests, 0.00% okay t/04_colorrgba....1..78 # Failed test 'use Math::ColorRGBA;' # at t/04_colorrgba.t line 9. # Tried to use 'Math::ColorRGBA'. # Error: Base class package "Math::Vector" is empty. # (Perhaps you need to 'use' the module which defines that package first.) at ../lib/Math/Vec3.pm line 12 # BEGIN failed--compilation aborted at t/04_colorrgba.t line 9. # Compilation failed in require at (eval 4) line 3. # ...propagated at /home/cpanrun/pa-risc1.1/build/5.6.1/lib/5.6.1/base.pm line 62. # BEGIN failed--compilation aborted at ../lib/Math/Color.pm line 10. # Compilation failed in require at ../lib/Math/ColorRGBA.pm line 9. # BEGIN failed--compilation aborted at ../lib/Math/ColorRGBA.pm line 9. # Compilation failed in require at (eval 3) line 2. # BEGIN failed--compilation aborted at (eval 3) line 2. not ok 1 - use Math::ColorRGBA; Can't locate object method "new" via package "Math::ColorRGBA" (perhaps you forgot to load "Math::ColorRGBA"?) at t/04_colorrgba.t line 16. # Looks like you planned 78 tests but only ran 1. # Looks like you failed 1 test of 1 run. # Looks like your test died just after 1. dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED tests 1-78 Failed 78/78 tests, 0.00% okay t/05_notations....1..7 # Failed test 'use Math::Vector;' # at t/05_notations.t line 9. not ok 1 - use Math::Vector; # Tried to use 'Math::Vector'. # Error: Can't locate Math/Vector.pm in @INC (@INC contains: ../lib blib/arch blib/lib /home/cpanrun/pa-risc1.1/build/5.6.1/lib/5.6.1/PA-RISC1.1-thread-multi /home/cpanrun/pa-risc1.1/build/5.6.1/lib/5.6.1/PA-RISC1.1-thread-multi /home/cpanrun/pa-risc1.1/build/5.6.1/lib/5.6.1 /home/cpanrun/pa-risc1.1/build/5.6.1/lib/site_perl/5.6.1/PA-RISC1.1-thread-multi /home/cpanrun/pa-risc1.1/build/5.6.1/lib/site_perl/5.6.1/PA-RISC1.1-thread-multi /home/cpanrun/pa-risc1.1/build/5.6.1/lib/site_perl/5.6.1 /home/cpanrun/pa-risc1.1/build/5.6.1/lib/site_perl/5.6.1/PA-RISC1.1-thread-multi /home/cpanrun/pa-risc1.1/build/5.6.1/lib/site_perl/5.6.1 /home/cpanrun/pa-risc1.1/build/5.6.1/lib/site_perl . /home/cpanrun/pa-risc1.1/build/5.6.1/lib/5.6.1/PA-RISC1.1-thread-multi /home/cpanrun/pa-risc1.1/build/5.6.1/lib/5.6.1 /home/cpanrun/pa-risc1.1/build/5.6.1/lib/site_perl/5.6.1/PA-RISC1.1-thread-multi /home/cpanrun/pa-risc1.1/build/5.6.1/lib/site_perl/5.6.1 /home/cpanrun/pa-risc1.1/build/5.6.1/lib/site_perl .) at (eval 3) line 2. # BEGIN failed--compilation aborted at t/05_notations.t line 9. # Failed test 'use Math::Vec2;' # at t/05_notations.t line 10. # Tried to use 'Math::Vec2'. # Error: Base class package "Math::Vector" is empty. # (Perhaps you need to 'use' the module which defines that package first.) at ../lib/Math/Vec2.pm line 12 # BEGIN failed--compilation aborted at t/05_notations.t line 10. # Compilation failed in require at (eval 4) line 2. # BEGIN failed--compilation aborted at (eval 4) line 2. not ok 2 - use Math::Vec2; ok 3 - use Math::Vec3; ok 4 - use Math::Vec4; ok 5 - use Math::Color; ok 6 - use Math::ColorRGBA; ok 7 - use Math::Rotation; Can't locate object method "new" via package "Math::Vec2" (perhaps you forgot to load "Math::Vec2"?) at t/05_notations.t line 18. # Looks like you failed 2 tests of 7. # Looks like your test died just after 7. dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED tests 1-2 Failed 2/7 tests, 71.43% okay t/05_vectors......1..8 # Failed test 'use Math::Vectors;' # at t/05_vectors.t line 9. # Tried to use 'Math::Vectors'. # Error: Base class package "Math::Vector" is empty. # (Perhaps you need to 'use' the module which defines that package first.) at ../lib/Math/Vec3.pm line 12 # BEGIN failed--compilation aborted at t/05_vectors.t line 9. # Compilation failed in require at (eval 4) line 3. # ...propagated at /home/cpanrun/pa-risc1.1/build/5.6.1/lib/5.6.1/base.pm line 62. # BEGIN failed--compilation aborted at ../lib/Math/Color.pm line 10. # Compilation failed in require at ../lib/Math/Vectors.pm line 8. # BEGIN failed--compilation aborted at ../lib/Math/Vectors.pm line 8. # Compilation failed in require at (eval 3) line 2. # BEGIN failed--compilation aborted at (eval 3) line 2. not ok 1 - use Math::Vectors; Can't locate object method "new" via package "Math::Color" (perhaps you forgot to load "Math::Color"?) at t/05_vectors.t line 12. # Looks like you planned 8 tests but only ran 1. # Looks like you failed 1 test of 1 run. # Looks like your test died just after 1. dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED tests 1-8 Failed 8/8 tests, 0.00% okay Failed 9/11 test scripts, 18.18% okay. 422/432 subtests failed, 2.31% okay. Failed Test Stat Wstat Total Fail Failed List of Failed ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- t/01_vector.t 1 256 1 1 100.00% 1 t/02_vec2.t 255 65280 78 155 198.72% 1-78 t/02_vec3.t 255 65280 86 171 198.84% 1-86 t/02_vec4.t 255 65280 31 61 196.77% 1-31 t/03_color.t 255 65280 71 139 195.77% 1 3-71 t/03_rotation.t 255 65280 68 135 198.53% 1-68 t/04_colorrgba.t 255 65280 78 155 198.72% 1-78 t/05_notations.t 255 65280 7 2 28.57% 1-2 t/05_vectors.t 255 65280 8 15 187.50% 1-8 1 test skipped. make: *** [test_dynamic] Error 2