Checking if your kit is complete... Looks good Writing Makefile for Math-Vectors cp lib/Math/Color.pm blib/lib/Math/Color.pm cp lib/Math/ColorRGBA.pm blib/lib/Math/ColorRGBA.pm cp lib/Math/Vec4.pm blib/lib/Math/Vec4.pm cp lib/Math/Vec2.pm blib/lib/Math/Vec2.pm cp lib/Math/Vec3.pm blib/lib/Math/Vec3.pm cp lib/Math/Image.pm blib/lib/Math/Image.pm cp lib/Math/Rotation.pm blib/lib/Math/Rotation.pm cp lib/Math/Vectors.pm blib/lib/Math/Vectors.pm Manifying blib/man3/Math::Color.3 Manifying blib/man3/Math::ColorRGBA.3 Manifying blib/man3/Math::Vec4.3 Manifying blib/man3/Math::Vec2.3 Manifying blib/man3/Math::Vec3.3 Manifying blib/man3/Math::Image.3 Manifying blib/man3/Math::Rotation.3 Manifying blib/man3/Math::Vectors.3 PERL_DL_NONLAZY=1 /Users/cpanrun/build/5.8.8/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(1, 'blib/lib', 'blib/arch')" t/*.t t/00_pod..........1..8 ok 1 - blib/lib/Math/Color.pm ok 2 - blib/lib/Math/ColorRGBA.pm ok 3 - blib/lib/Math/Image.pm ok 4 - blib/lib/Math/Rotation.pm ok 5 - blib/lib/Math/Vec2.pm ok 6 - blib/lib/Math/Vec3.pm ok 7 - blib/lib/Math/Vec4.pm ok 8 - blib/lib/Math/Vectors.pm ok t/01_vector.......1..1 not ok 1 - use Math::Vector; # 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 /Users/cpanrun/depot/main/contrib-patched/perl/CPAN/src/Math-Vectors/blib/lib /Users/cpanrun/depot/main/contrib-patched/perl/CPAN/src/Math-Vectors/blib/arch /Users/cpanrun/depot/main/Apps/CPAN_Run/lib /Users/cpanrun/build/5.8.8/lib/5.8.8/darwin-thread-multi-2level /Users/cpanrun/build/5.8.8/lib/5.8.8/darwin-thread-multi-2level /Users/cpanrun/build/5.8.8/lib/5.8.8 /Users/cpanrun/build/5.8.8/lib/site_perl/5.8.8/darwin-thread-multi-2level /Users/cpanrun/build/5.8.8/lib/site_perl/5.8.8/darwin-thread-multi-2level /Users/cpanrun/build/5.8.8/lib/site_perl/5.8.8 /Users/cpanrun/build/5.8.8/lib/site_perl/5.8.8/darwin-thread-multi-2level /Users/cpanrun/build/5.8.8/lib/site_perl/5.8.8 /Users/cpanrun/build/5.8.8/lib/site_perl . /Users/cpanrun/build/5.8.8/lib/5.8.8/darwin-thread-multi-2level /Users/cpanrun/build/5.8.8/lib/5.8.8 /Users/cpanrun/build/5.8.8/lib/site_perl/5.8.8/darwin-thread-multi-2level /Users/cpanrun/build/5.8.8/lib/site_perl/5.8.8 /Users/cpanrun/build/5.8.8/lib/site_perl .) at (eval 3) line 2. # BEGIN failed--compilation aborted at t/01_vector.t line 9. # 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" 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" 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. # 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. not ok 1 - use Math::Vec4; Can't locate object method "new" via package "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 # 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. not ok 1 - use Math::Vec3; ok 2 - use Math::Color; Can't locate object method "new" via package "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 not ok 1 - use Math::Rotation; # 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. Can't locate object method "new" via package "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 /Users/cpanrun/build/5.8.8/lib/5.8.8/base.pm line 85. # 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" 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. # Tried to use 'Math::Vector'. # Error: Can't locate Math/Vector.pm in @INC (@INC contains: ../lib /Users/cpanrun/depot/main/contrib-patched/perl/CPAN/src/Math-Vectors/blib/lib /Users/cpanrun/depot/main/contrib-patched/perl/CPAN/src/Math-Vectors/blib/arch /Users/cpanrun/depot/main/Apps/CPAN_Run/lib /Users/cpanrun/build/5.8.8/lib/5.8.8/darwin-thread-multi-2level /Users/cpanrun/build/5.8.8/lib/5.8.8/darwin-thread-multi-2level /Users/cpanrun/build/5.8.8/lib/5.8.8 /Users/cpanrun/build/5.8.8/lib/site_perl/5.8.8/darwin-thread-multi-2level /Users/cpanrun/build/5.8.8/lib/site_perl/5.8.8/darwin-thread-multi-2level /Users/cpanrun/build/5.8.8/lib/site_perl/5.8.8 /Users/cpanrun/build/5.8.8/lib/site_perl/5.8.8/darwin-thread-multi-2level /Users/cpanrun/build/5.8.8/lib/site_perl/5.8.8 /Users/cpanrun/build/5.8.8/lib/site_perl . /Users/cpanrun/build/5.8.8/lib/5.8.8/darwin-thread-multi-2level /Users/cpanrun/build/5.8.8/lib/5.8.8 /Users/cpanrun/build/5.8.8/lib/site_perl/5.8.8/darwin-thread-multi-2level /Users/cpanrun/build/5.8.8/lib/site_perl/5.8.8 /Users/cpanrun/build/5.8.8/lib/site_perl .) at (eval 3) line 2. # BEGIN failed--compilation aborted at t/05_notations.t line 9. not ok 1 - use Math::Vector; # 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; # Failed test 'use Math::Vec3;' # at t/05_notations.t line 11. not ok 3 - use Math::Vec3; # 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/05_notations.t line 11. # Compilation failed in require at (eval 6) line 2. # BEGIN failed--compilation aborted at (eval 6) line 2. # Failed test 'use Math::Vec4;' not ok 4 - use Math::Vec4; # at t/05_notations.t line 12. # 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/05_notations.t line 12. # Compilation failed in require at (eval 8) line 2. # BEGIN failed--compilation aborted at (eval 8) line 2. 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" at t/05_notations.t line 18. # Looks like you failed 4 tests of 7. # Looks like your test died just after 7. dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED tests 1-4 Failed 4/7 tests, 42.86% 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 /Users/cpanrun/build/5.8.8/lib/5.8.8/base.pm line 85. # 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" 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 Test Stat Wstat Total Fail List of Failed ------------------------------------------------------------------------------- t/01_vector.t 1 256 1 1 1 t/02_vec2.t 255 65280 78 155 1-78 t/02_vec3.t 255 65280 86 171 1-86 t/02_vec4.t 255 65280 31 61 1-31 t/03_color.t 255 65280 71 139 1 3-71 t/03_rotation.t 255 65280 68 135 1-68 t/04_colorrgba.t 255 65280 78 155 1-78 t/05_notations.t 255 65280 7 4 1-4 t/05_vectors.t 255 65280 8 15 1-8 Failed 9/11 test scripts. 424/440 subtests failed. Files=11, Tests=440, 2 wallclock secs ( 1.09 cusr + 0.29 csys = 1.38 CPU) Failed 9/11 test programs. 424/440 subtests failed. make: *** [test_dynamic] Error 255