Checking if your kit is complete... Looks good Writing Makefile for Variable::Strongly::Typed Microsoft (R) Program Maintenance Utility Version 7.10.3077 Copyright (C) Microsoft Corporation. All rights reserved. cp lib/Variable/Strongly/Typed/Array.pm blib\lib\Variable\Strongly\Typed\Array.pm cp lib/Variable/Strongly/Typed/Scalar.pm blib\lib\Variable\Strongly\Typed\Scalar.pm cp lib/Variable/Strongly/Typed/Code.pm blib\lib\Variable\Strongly\Typed\Code.pm cp lib/Variable/Strongly/Typed/Hash.pm blib\lib\Variable\Strongly\Typed\Hash.pm cp lib/Variable/Strongly/Typed/Validators.pm blib\lib\Variable\Strongly\Typed\Validators.pm cp lib/Variable/Strongly/Typed.pm blib\lib\Variable\Strongly\Typed.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.load...........1..1 ok 1 - use Variable::Strongly::Typed; # Testing Variable::Strongly::Typed 1.1.0 ok t/01.simple.type....1..19 ok 1 - use Variable::Strongly::Typed; # Testing Variable::Strongly::Typed 1.1.0 ok 2 - Cannot assign non-int to int! ok 3 ok 4 - Cannot assign non-string to string! ok 5 ok 6 - Cannot assign non-scalar-ref to scalar ref! ok 7 ok 8 - Cannot assign non-array-ref to array ref! ok 9 ok 10 - Cannot assign non-hash-ref to hash ref! ok 11 ok 12 - use IO::File; ok 13 - Cannot assign non-File::Find-ref to File::Find! ok 14 - IO::File ok 15 - Can't assign string to float! ok 16 ok 17 - sin .5 * 3.14159 is darn close to one... ok 18 ok 19 - String not a boolean value ok t/02.my.type........1..4 ok 1 - use Variable::Strongly::Typed; # Testing Variable::Strongly::Typed 1.1.0 # Valid sub got 33 # Valid sub got 44 ok 2 - Can only be 44!! # Valid sub got 9999 ok 3 # only_44 is now 44 ok 4 - Changing a reference won't work!! ok t/03.array.type.....1..9 ok 1 - use Variable::Strongly::Typed; # Testing Variable::Strongly::Typed 1.1.0 ok 2 - Can't assign string to int! ok 3 ok 4 - Can't assign string to int! ok 5 - use IO::File; ok 6 - Can't assign non-IO::Files! ok 7 ok 8 ok 9 - Can't assign array ref to IO::File array ok t/04.hash.type......1..8 ok 1 - use Variable::Strongly::Typed; # Testing Variable::Strongly::Typed 1.1.0 ok 2 - Can't assign string to int! ok 3 ok 4 - Can't assign string to int! ok 5 ok 6 - use IO::File; ok 7 - Can't assign non-IO::Files! ok 8 ok t/05.no.type........1..3 ok 1 - use Variable::Strongly::Typed; # Testing Variable::Strongly::Typed 1.1.0 ok 2 - It's not a zany! ok 3 ok t/06.code...........1..4 ok 1 - use Variable::Strongly::Typed; Not a GLOB reference at C:/cpanrun/build/5-10-0/site/lib/Attribute/Handlers.pm line 16. CHECK failed--call queue aborted. dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED tests 2-4 Failed 3/4 tests, 25.00% okay t/pod-coverage......1..0 # Skip Test::Pod::Coverage 1.04 required for testing POD coverage skipped all skipped: Test::Pod::Coverage 1.04 required for testing POD coverage t/pod...............1..6 ok 1 - blib\lib\Variable\Strongly\Typed.pm ok 2 - blib\lib\Variable\Strongly\Typed\Array.pm ok 3 - blib\lib\Variable\Strongly\Typed\Code.pm ok 4 - blib\lib\Variable\Strongly\Typed\Hash.pm ok 5 - blib\lib\Variable\Strongly\Typed\Scalar.pm ok 6 - blib\lib\Variable\Strongly\Typed\Validators.pm ok Failed Test Stat Wstat Total Fail List of Failed ------------------------------------------------------------------------------- t/06.code.t 255 65280 4 6 2-4 1 test skipped. Failed 1/9 test scripts. 3/54 subtests failed. Files=9, Tests=54, 1 wallclock secs ( 0.00 cusr + 0.00 csys = 0.00 CPU) Failed 1/9 test programs. 3/54 subtests failed. NMAKE : fatal error U1077: 'C:\cpanrun\build\5-10-0\bin\perl.exe' : return code '0xff' Stop.