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\class_observable.t t\inherited.t t\class_observable....1..20 ok 1 - require Class::Observable; ok 2 - require Song; ok 3 - require DeeJay; ok 4 - Add main class-level observer ok 5 - Add secondary class-level observer ok 6 - Add object-level observer ok 7 - Count class-level observers ok 8 - Count object-level + class-level observers ok 9 - Total observations from starter ok 10 - Catch observations from starter ok 11 - Count observations from secondary ok 12 - Catch observations from secondary ok 13 - Count observations from object-level observer ok 14 - Copied observers run ok 15 - Copied correct number of observers ok 16 - New object has correct number of observers ok 17 - Delete object-level observers ok 18 - Delete object-level observers ok 19 - Delete object from class-level observers ok 20 - Delete remaining class-level observers ok t\inherited...........1..19 ok 1 - require Class::Observable; ok 2 - Add observer A to class ok 3 - Add observer B to class ok 4 - Count observers in class ok 5 - Count observers in class ok 6 - Catch notification from parent ok 7 - Catch notification from child ok 8 - Catch parent notification from child ok 9 - Add observer C to object ok 10 - Count observers in object + class ok 11 - Catch notification (object) from child ok 12 - Catch notification (class) from child ok 13 - Catch parent notification from child ok 14 - Catch notification from child (after object add) ok 15 - Catch parent notification from child (after object add) ok 16 - Delete object observers ok 17 - Delete non-existent object observers ok 18 - Delete child observers ok 19 - Delete parent observers panic: magic_killbackrefs during global destruction. dubious Test returned status 2 (wstat 512, 0x200) after all the subtests completed successfully Failed 1/2 test scripts, 50.00% okay. 0/39 subtests failed, 100.00% okay. Failed Test Stat Wstat Total Fail Failed List of Failed ------------------------------------------------------------------------------- t\inherited.t 2 512 19 0 0.00% ?? NMAKE : fatal error U1077: 'C:\cpanrun-5.8\build\5-8-0\bin\perl.exe' : return code '0x2' Stop.