Microsoft (R) Program Maintenance Utility Version 7.00.8882 Copyright (C) Microsoft Corp 1988-2000. All rights reserved. C:\cpanrun-5.8\build\5-8-0\bin\perl.exe "-MExtUtils::Command::MM" "-e" "test_harness(1, 'blib\lib', 'blib\arch')" t\00_pod.t t\01_vector.t t\02_vec2.t t\02_vec3.t t\02_vec4.t t\03_color.t t\03_image.t t\03_rotation.t t\04_colorrgba.t t\05_notations.t t\05_vectors.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 # Failed test (t\01_vector.t at line 9) # Tried to use 'Math::Vector'. # Error: Can't locate Math/Vector.pm in @INC (@INC contains: ../lib C:\cpanrun-5.8\depot\main\contrib-patched\perl\CPAN\src\Math-Vectors\blib\lib C:\cpanrun-5.8\depot\main\contrib-patched\perl\CPAN\src\Math-Vectors\blib\arch C:/cpanrun-5.8/build/5-8-0/lib C:/cpanrun-5.8/build/5-8-0/site/lib . C:/cpanrun-5.8/build/5-8-0/lib C:/cpanrun-5.8/build/5-8-0/site/lib .) at (eval 1) line 2. # Looks like you failed 1 tests of 1. not ok 1 - use Math::Vector; 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 (t\02_vec2.t at 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 ../lib/Math/Vec2.pm line 12. # Compilation failed in require at (eval 1) line 2. 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 your test died just after 1. not ok 1 - use Math::Vec2; 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 (t\02_vec3.t at 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 ../lib/Math/Vec3.pm line 12. # Compilation failed in require at (eval 1) line 2. 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 your test died just after 1. not ok 1 - use Math::Vec3; 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 (t\02_vec4.t at 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 ../lib/Math/Vec4.pm line 12. # Compilation failed in require at (eval 1) 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 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 (t\03_color.t at 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 ../lib/Math/Vec3.pm line 12. # Compilation failed in require at (eval 1) 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 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 # Failed test (t\03_image.t at line 14) # got: '0 0 0' # expected: '0 0 0' # Failed test (t\03_image.t at line 15) # got: '2 2 4 # 0xabcdefab 0xabcdefab # 0xabcdeabf 0xabcdabef' # expected: '2 2 4 # 0xabcdefab 0xabcdefab # 0xabcdeabf 0xabcdabef' # Failed test (t\03_image.t at line 19) # got: '2 2 4 # 0xabcdefab 0xabcdefab # 0xabcdeabf 0xabcdabef' # expected: '2 2 4 # 0xabcdefab 0xabcdefab # 0xabcdeabf 0xabcdabef' # Looks like you failed 3 tests of 4. ok 1 - use Math::Image; not ok 2 - 0 0 0 new Math::Image() not ok 3 - new Math::Image() 2 2 4 0xabcdefab 0xabcdefab 0xabcdeabf 0xabcdabef not ok 4 - new Math::Image() dubious Test returned status 3 (wstat 768, 0x300) DIED. FAILED tests 2-4 Failed 3/4 tests, 25.00% okay t\03_rotation.....1..68 not ok 1 - use Math::Rotation; # Failed test (t\03_rotation.t at 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 ../lib/Math/Vec3.pm line 12. # 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 1) 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 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 (t\04_colorrgba.t at 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 ../lib/Math/Vec3.pm line 12. # Compilation failed in require at (eval 2) line 3. # ...propagated at C:/cpanrun-5.8/build/5-8-0/lib/base.pm line 64. # 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 1) 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 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....# Failed test (t\05_notations.t at line 9) # Tried to use 'Math::Vector'. # Error: Can't locate Math/Vector.pm in @INC (@INC contains: ../lib C:\cpanrun-5.8\depot\main\contrib-patched\perl\CPAN\src\Math-Vectors\blib\lib C:\cpanrun-5.8\depot\main\contrib-patched\perl\CPAN\src\Math-Vectors\blib\arch C:/cpanrun-5.8/build/5-8-0/lib C:/cpanrun-5.8/build/5-8-0/site/lib . C:/cpanrun-5.8/build/5-8-0/lib C:/cpanrun-5.8/build/5-8-0/site/lib .) at (eval 1) line 2. 1..7 not ok 1 - use Math::Vector; # Failed test (t\05_notations.t at 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 ../lib/Math/Vec2.pm line 12. # Compilation failed in require at (eval 2) line 2. not ok 2 - use Math::Vec2; # Failed test (t\05_notations.t at line 11) # 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 ../lib/Math/Vec3.pm line 12. # Compilation failed in require at (eval 4) line 2. not ok 3 - use Math::Vec3; # Failed test (t\05_notations.t at 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 ../lib/Math/Vec4.pm line 12. # Compilation failed in require at (eval 6) line 2. not 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" 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 not ok 1 - use Math::Vectors; # Failed test (t\05_vectors.t at 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 ../lib/Math/Vec3.pm line 12. # Compilation failed in require at (eval 2) line 3. # ...propagated at C:/cpanrun-5.8/build/5-8-0/lib/base.pm line 64. # 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 1) line 2. 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 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 10/11 test scripts, 9.09% okay. 427/440 subtests failed, 2.95% 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 78 100.00% 1-78 t\02_vec3.t 255 65280 86 86 100.00% 1-86 t\02_vec4.t 255 65280 31 31 100.00% 1-31 t\03_color.t 255 65280 71 70 98.59% 1 3-71 t\03_image.t 3 768 4 3 75.00% 2-4 t\03_rotation.t 255 65280 68 68 100.00% 1-68 t\04_colorrgba.t 255 65280 78 78 100.00% 1-78 t\05_notations.t 255 65280 7 4 57.14% 1-4 t\05_vectors.t 255 65280 8 8 100.00% 1-8 NMAKE : fatal error U1077: 'C:\cpanrun-5.8\build\5-8-0\bin\perl.exe' : return code '0x2' Stop.