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-load.t t\01-import.t t\10-simple.t t\11-multiple.t t\12-sig.t t\13-data.t t\14-callbacks.t t\15-self.t t\16-huf.t t\20-get.t t\21-set.t t\22-len.t t\23-clear.t t\24-free.t t\25-copy.t t\27-local.t t\28-uvar.t t\30-scalar.t t\31-array.t t\32-hash.t t\33-code.t t\34-glob.t t\90-boilerplate.t t\91-pod.t t\92-pod-coverage.t t\95-portability-files.t t\99-kwalitee.t t\00-load.................1..1 # Testing Variable::Magic 0.12, Perl 5.008, C:\cpanrun-5.8\build\5-8-0\bin\perl.exe ok 1 - use Variable::Magic; ok t\01-import...............1..15 ok 1 - import wizard ok 2 - import gensig ok 3 - import getsig ok 4 - import cast ok 5 - import getdata ok 6 - import dispell ok 7 - import SIG_MIN ok 8 - import SIG_MAX ok 9 - import SIG_NBR ok 10 - import MGf_COPY ok 11 - import MGf_DUP ok 12 - import MGf_LOCAL ok 13 - import VMG_UVAR ok 14 - import VMG_COMPAT_ARRAY_PUSH_NOLEN ok 15 - import VMG_COMPAT_ARRAY_UNDEF_CLEAR ok t\10-simple...............1..16 ok 1 - wizard creation error () ok 2 - wizard is defined ok 3 - wizard is a scalar ref ok 4 - wizard signature is correct ok 5 - cast croaks () ok 6 - cast invalid ok 7 - dispell from wizard croaks () ok 8 - dispell from wizard invalid ok 9 - re-cast croaks () ok 10 - re-cast invalid ok 11 - re-dispell croaks () ok 12 - re-dispell invalid ok 13 - dispell non-magic object fails () ok 14 - dispell non-magic object doesn't return 0 ok 15 - cast from obsolete signature croaks () ok 16 - cast from obsolete signature returns undef ok t\11-multiple.............1..57 ok 1 - wizard 0 creation error () ok 2 - wizard 1 creation error () ok 3 - wizard 2 creation error () ok 4 - wizard 0 is defined ok 5 - wizard 0 is a scalar ref ok 6 - wizard 1 is defined ok 7 - wizard 1 is a scalar ref ok 8 - wizard 2 is defined ok 9 - wizard 2 is a scalar ref ok 10 - cast magic 0 croaks () ok 11 - cast magic 0 invalid ok 12 - cast magic 1 croaks () ok 13 - cast magic 1 invalid ok 14 - cast magic 2 croaks () ok 15 - cast magic 2 invalid ok 16 - get magic 0 ok 17 - get magic 1 ok 18 - get magic 2 ok 19 - set magic 0 ok 20 - set magic 1 ok 21 - set magic 2 ok 22 - dispell magic 1 croaks () ok 23 - dispell magic 1 invalid ok 24 - get magic 0 after dispelled 1 ok 25 - get magic 2 after dispelled 1 ok 26 - set magic 0 after dispelled 1 ok 27 - set magic 2 after dispelled 1 ok 28 - dispell magic 0 croaks () ok 29 - dispell magic 0 invalid ok 30 - get magic 2 after dispelled 1 & 0 ok 31 - set magic 2 after dispelled 1 & 0 ok 32 - dispell magic 2 croaks () ok 33 - dispell magic 2 invalid ok 34 # skip No nice uvar magic for this perl ok 35 # skip No nice uvar magic for this perl ok 36 # skip No nice uvar magic for this perl ok 37 # skip No nice uvar magic for this perl ok 38 # skip No nice uvar magic for this perl ok 39 # skip No nice uvar magic for this perl ok 40 # skip No nice uvar magic for this perl ok 41 # skip No nice uvar magic for this perl ok 42 # skip No nice uvar magic for this perl ok 43 # skip No nice uvar magic for this perl ok 44 # skip No nice uvar magic for this perl ok 45 # skip No nice uvar magic for this perl ok 46 # skip No nice uvar magic for this perl ok 47 # skip No nice uvar magic for this perl ok 48 # skip No nice uvar magic for this perl ok 49 # skip No nice uvar magic for this perl ok 50 # skip No nice uvar magic for this perl ok 51 # skip No nice uvar magic for this perl ok 52 # skip No nice uvar magic for this perl ok 53 # skip No nice uvar magic for this perl ok 54 # skip No nice uvar magic for this perl ok 55 # skip No nice uvar magic for this perl ok 56 # skip No nice uvar magic for this perl ok 57 # skip No nice uvar magic for this perl ok 24/57 skipped: No nice uvar magic for this perl t\12-sig..................1..24 ok 1 - wizard creation error () ok 2 - wizard is defined ok 3 - wizard is a scalar ref ok 4 - wizard signature is correct ok 5 - wizard retrieve error () ok 6 - retrieved wizard is defined ok 7 - retrieved wizard is a scalar ref ok 8 - retrieved wizard signature is correct ok 9 - cast from wizard croaks () ok 10 - cast from wizard invalid ok 11 - dispell from retrieved wizard croaks () ok 12 - dispell from retrieved wizard invalid ok 13 - cast from integer croaks () ok 14 - cast from integer invalid ok 15 - cast from float croaks () ok 16 - cast from float invalid ok 17 - cast from string croaks () ok 18 - cast from string invalid ok 19 - dispell from integer croaks () ok 20 - dispell from integer invalid ok 21 - dispell from float croaks () ok 22 - dispell from float invalid ok 23 - dispell from string croaks () ok 24 - dispell from string invalid ok t\13-data.................1..19 ok 1 - wizard creation error () ok 2 - wizard is defined ok 3 - wizard is a scalar ref ok 4 - cast croaks () ok 5 - cast invalid ok 6 - getdata croaks () ok 7 - getdata invalid ok 8 - private data creation ok ok 9 - get magic : pass data ok 10 - get magic : data updated ok 11 - set magic : pass data ok 12 - set magic : pass data ok 13 - dispell croaks () ok 14 - dispell invalid ok 15 - cast with arguments croaks () ok 16 - cast with arguments invalid ok 17 - getdata croaks () ok 18 - getdata invalid ok 19 - private data creation with arguments ok ok t\14-callbacks............1..7 ok 1 - wizard creation error () ok 2 - wizard is defined ok 3 - wizard is a scalar ref ok 4 - cast croaks () ok 5 - cast invalid ok 6 - callback returning undef croaks ok 7 - callback returning undef fails ok t\15-self.................1..16 ok 1 - wizard creation error () ok 2 - wizard is defined ok 3 - wizard is a scalar ref ok 4 - cast on self croaks () ok 5 - cast on self invalid ok 6 - magic works correctly on self ok 7 - dispell on self croaks () ok 8 - dispell on self invalid ok 9 - magic is no longer invoked on self when dispelled ok 10 - re-cast on self croaks () ok 11 - re-cast on self invalid ok 12 - getdata on magical self doesn't trigger callbacks ok 13 - re-dispell on self croaks () ok 14 - re-dispell on self invalid ok 15 - re-re-cast on self croaks () ok 16 - re-re-cast on self invalid