Microsoft (R) Program Maintenance Utility Version 6.00.8168.0 Copyright (C) Microsoft Corp 1988-1998. All rights reserved. D:\cpanrun\build\5-8-0\bin\perl.exe "-MExtUtils::Command::MM" "-e" "test_harness(1, 'blib\lib', 'blib\arch')" t/*.t t/01-basic....1..18 ok 1 - use Data::Lazy; ok 2 - use Data::Lazy foo => 'code' ok 3 - use Data::Lazy foo => &fun ok 4 - use Data::Lazy () ok 5 - use Data::Lazy () ok 6 - use Data::Lazy (@) ok 7 - tie $variable, Data::Lazy => ... ok 8 - data fetched only once ok 9 - Read-only variables are read-only ok 10 - Returned OK ok 11 - Called once only ok 12 - LAZY_STORECODE ok 13 - New sub called ok 14 - New sub called once only ok 15 - New sub called again after undef ok 16 - New sub called again after = undef ok 17 - LAZY_STOREVALUE ok 18 - sub not called with LAZY_STOREVALUE ok t/02-array....1..7 ok 1 - use Data::Lazy; ok 2 - TIEARRAY interface (1) ok 3 - TIEARRAY interface (2) ok 4 - FETCHSIZE ok 5 - FETCHSIZE after set ok 6 - STORE works ok 7 - Fibbonacci generator ok t/03-hash.....1..5 ok 1 - use Data::Lazy; ok 2 - TIEHASH interface (1) ok 3 - TIEHASH interface (2) ok 4 - TIEHASH interface (3) ok 5 - STORE works ok t/04-untie....1..8 ok 1 - Foo is tied ok 2 - FETCH on LAZY_UNTIE not ok 3 - Foo is now untied # Failed test (t/04-untie.t at line 20) # got: 'Data::Lazy=HASH(0x1a54e88)' # expected: undef ok 4 - FETCH only called once ok 5 - Foo is tied not ok 6 - STORE on LAZY_UNTIE # Failed test (t/04-untie.t at line 33) # got: 'value0' # expected: 'bar' not ok 7 - Foo is now untied # Failed test (t/04-untie.t at line 39) # got: 'Data::Lazy=HASH(0x15d55d8)' # expected: undef not ok 8 - STORE saved value # Failed test (t/04-untie.t at line 42) # got: 'value0' # expected: 'bar' # Looks like you failed 4 tests of 8. dubious Test returned status 4 (wstat 1024, 0x400) DIED. FAILED tests 3, 6-8 Failed 4/8 tests, 50.00% okay Failed 1/4 test scripts, 75.00% okay. 4/38 subtests failed, 89.47% okay. Failed Test Stat Wstat Total Fail Failed List of Failed ------------------------------------------------------------------------------- t/04-untie.t 4 1024 8 4 50.00% 3 6-8 NMAKE : fatal error U1077: 'D:\cpanrun\build\5-8-0\bin\perl.exe' : return code '0x2' Stop.