Checking if your kit is complete... Looks good Writing Makefile for Math-Vectors Microsoft (R) Program Maintenance Utility Version 7.10.3077 Copyright (C) Microsoft Corporation. All rights reserved. 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 Microsoft (R) Program Maintenance Utility Version 7.10.3077 Copyright (C) Microsoft Corporation. All rights reserved. C:\cpanrun\build\5-10-0\bin\perl.exe "-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....... # 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 C:\cpanrun\depot\main\contrib-patched\perl\CPAN\src\Math-Vectors\blib\lib C:\cpanrun\depot\main\contrib-patched\perl\CPAN\src\Math-Vectors\blib\arch C:/cpanrun/build/5-10-0/site/lib C:/cpanrun/build/5-10-0/lib . C:/cpanrun/build/5-10-0/site/lib C:/cpanrun/build/5-10-0/lib .) at (eval 3) line 2. # BEGIN failed--compilation aborted at t/01_vector.t line 9. # Looks like you failed 1 test of 1. 1..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 'use Math::Vec2;' # at t/02_vec2.t line 9. not ok 1 - use Math::Vec2; # 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, # or make that module available in @INC (@INC contains: ../lib C:\cpanrun\depot\main\contrib-patched\perl\CPAN\src\Math-Vectors\blib\lib C:\cpanrun\depot\main\contrib-patched\perl\CPAN\src\Math-Vectors\blib\arch C:/cpanrun/build/5-10-0/site/lib C:/cpanrun/build/5-10-0/lib . C:/cpanrun/build/5-10-0/site/lib C:/cpanrun/build/5-10-0/lib .). # 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. 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. not ok 1 - 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, # or make that module available in @INC (@INC contains: ../lib C:\cpanrun\depot\main\contrib-patched\perl\CPAN\src\Math-Vectors\blib\lib C:\cpanrun\depot\main\contrib-patched\perl\CPAN\src\Math-Vectors\blib\arch C:/cpanrun/build/5-10-0/site/lib C:/cpanrun/build/5-10-0/lib . C:/cpanrun/build/5-10-0/site/lib C:/cpanrun/build/5-10-0/lib .). # 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. 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. 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, # or make that module available in @INC (@INC contains: ../lib C:\cpanrun\depot\main\contrib-patched\perl\CPAN\src\Math-Vectors\blib\lib C:\cpanrun\depot\main\contrib-patched\perl\CPAN\src\Math-Vectors\blib\arch C:/cpanrun/build/5-10-0/site/lib C:/cpanrun/build/5-10-0/lib . C:/cpanrun/build/5-10-0/site/lib C:/cpanrun/build/5-10-0/lib .). # 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" 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, # or make that module available in @INC (@INC contains: ../lib C:\cpanrun\depot\main\contrib-patched\perl\CPAN\src\Math-Vectors\blib\lib C:\cpanrun\depot\main\contrib-patched\perl\CPAN\src\Math-Vectors\blib\arch C:/cpanrun/build/5-10-0/site/lib C:/cpanrun/build/5-10-0/lib . C:/cpanrun/build/5-10-0/site/lib C:/cpanrun/build/5-10-0/lib .). # 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 # Failed test 'use Math::Rotation;' # at t/03_rotation.t line 9. not ok 1 - use Math::Rotation; # 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, # or make that module available in @INC (@INC contains: ../lib C:\cpanrun\depot\main\contrib-patched\perl\CPAN\src\Math-Vectors\blib\lib C:\cpanrun\depot\main\contrib-patched\perl\CPAN\src\Math-Vectors\blib\arch C:/cpanrun/build/5-10-0/site/lib C:/cpanrun/build/5-10-0/lib . C:/cpanrun/build/5-10-0/site/lib C:/cpanrun/build/5-10-0/lib .). # 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 not ok 1 - use Math::ColorRGBA; # 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, # or make that module available in @INC (@INC contains: ../lib C:\cpanrun\depot\main\contrib-patched\perl\CPAN\src\Math-Vectors\blib\lib C:\cpanrun\depot\main\contrib-patched\perl\CPAN\src\Math-Vectors\blib\arch C:/cpanrun/build/5-10-0/site/lib C:/cpanrun/build/5-10-0/lib . C:/cpanrun/build/5-10-0/site/lib C:/cpanrun/build/5-10-0/lib .). # 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 C:/cpanrun/build/5-10-0/lib/base.pm line 93. # 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. 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 not ok 1 - use Math::Vector; # 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 C:\cpanrun\depot\main\contrib-patched\perl\CPAN\src\Math-Vectors\blib\lib C:\cpanrun\depot\main\contrib-patched\perl\CPAN\src\Math-Vectors\blib\arch C:/cpanrun/build/5-10-0/site/lib C:/cpanrun/build/5-10-0/lib . C:/cpanrun/build/5-10-0/site/lib C:/cpanrun/build/5-10-0/lib .) at (eval 3) line 2. # BEGIN failed--compilation aborted at t/05_notations.t line 9. not ok 2 - use Math::Vec2; # 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, # or make that module available in @INC (@INC contains: ../lib C:\cpanrun\depot\main\contrib-patched\perl\CPAN\src\Math-Vectors\blib\lib C:\cpanrun\depot\main\contrib-patched\perl\CPAN\src\Math-Vectors\blib\arch C:/cpanrun/build/5-10-0/site/lib C:/cpanrun/build/5-10-0/lib . C:/cpanrun/build/5-10-0/site/lib C:/cpanrun/build/5-10-0/lib .). # 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. # 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, # or make that module available in @INC (@INC contains: ../lib C:\cpanrun\depot\main\contrib-patched\perl\CPAN\src\Math-Vectors\blib\lib C:\cpanrun\depot\main\contrib-patched\perl\CPAN\src\Math-Vectors\blib\arch C:/cpanrun/build/5-10-0/site/lib C:/cpanrun/build/5-10-0/lib . C:/cpanrun/build/5-10-0/site/lib C:/cpanrun/build/5-10-0/lib .). # 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;' # at t/05_notations.t line 12. not ok 4 - 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, # or make that module available in @INC (@INC contains: ../lib C:\cpanrun\depot\main\contrib-patched\perl\CPAN\src\Math-Vectors\blib\lib C:\cpanrun\depot\main\contrib-patched\perl\CPAN\src\Math-Vectors\blib\arch C:/cpanrun/build/5-10-0/site/lib C:/cpanrun/build/5-10-0/lib . C:/cpanrun/build/5-10-0/site/lib C:/cpanrun/build/5-10-0/lib .). # 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; not ok 7 - use Math::Rotation; # Failed test 'use Math::Rotation;' # at t/05_notations.t line 15. # Tried to use 'Math::Rotation'. # Error: Attempt to reload Math/Vec3.pm aborted. # Compilation failed in require at ../lib/Math/Rotation.pm line 7. # BEGIN failed--compilation aborted at t/05_notations.t line 15. # Compilation failed in require at (eval 12) line 2. # BEGIN failed--compilation aborted at (eval 12) line 2. Can't locate object method "new" via package "Math::Vec2" at t/05_notations.t line 18. # Looks like you failed 5 tests of 7. # Looks like your test died just after 7. dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED tests 1-4, 7 Failed 5/7 tests, 28.57% okay t/05_vectors......1..8 # Failed test 'use Math::Vectors;' # at t/05_vectors.t line 9. not ok 1 - use Math::Vectors; # 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, # or make that module available in @INC (@INC contains: ../lib C:\cpanrun\depot\main\contrib-patched\perl\CPAN\src\Math-Vectors\blib\lib C:\cpanrun\depot\main\contrib-patched\perl\CPAN\src\Math-Vectors\blib\arch C:/cpanrun/build/5-10-0/site/lib C:/cpanrun/build/5-10-0/lib . C:/cpanrun/build/5-10-0/site/lib C:/cpanrun/build/5-10-0/lib .). # 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 C:/cpanrun/build/5-10-0/lib/base.pm line 93. # 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. 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 5 1-4 7 t/05_vectors.t 255 65280 8 15 1-8 Failed 9/11 test scripts. 425/440 subtests failed. Files=11, Tests=440, 4 wallclock secs ( 0.00 cusr + 0.00 csys = 0.00 CPU) Failed 9/11 test programs. 425/440 subtests failed. NMAKE : fatal error U1077: 'C:\cpanrun\build\5-10-0\bin\perl.exe' : return code '0xff' Stop.