PATH=/opt/SUNWspro/bin:/usr/local/bin:/opt/csw/bin:/usr/ccs/bin:/usr/bin:/usr/sbin Start 2013-09-01T20:04:33 ActivePerl-818 CPAN-2.00 Reading '/export/home/fly818/var/cpan/Metadata' Database was generated on Mon, 02 Sep 2013 00:07:48 GMT Running make for V/VP/VPIT/Variable-Magic-0.53.tar.gz Checksum for /net/nas/data/cpan/authors/id/V/VP/VPIT/Variable-Magic-0.53.tar.gz ok You have Archive::Tar 1.40, but 1.50 or later is recommended. Please upgrade. Variable-Magic-0.53/ Variable-Magic-0.53/lib/ Variable-Magic-0.53/lib/Variable/ Variable-Magic-0.53/lib/Variable/Magic.pm Variable-Magic-0.53/t/ Variable-Magic-0.53/t/31-array.t Variable-Magic-0.53/t/41-clone.t Variable-Magic-0.53/t/27-local.t Variable-Magic-0.53/t/40-threads.t Variable-Magic-0.53/t/lib/ Variable-Magic-0.53/t/lib/Variable/ Variable-Magic-0.53/t/lib/Variable/Magic/ Variable-Magic-0.53/t/lib/Variable/Magic/TestThreads.pm Variable-Magic-0.53/t/lib/Variable/Magic/TestGlobalDestruction.pm Variable-Magic-0.53/t/lib/Variable/Magic/TestWatcher.pm Variable-Magic-0.53/t/lib/Variable/Magic/TestScopeEnd.pm Variable-Magic-0.53/t/lib/Variable/Magic/TestDestroyRequired.pm Variable-Magic-0.53/t/lib/Variable/Magic/TestValue.pm Variable-Magic-0.53/t/lib/VPIT/ Variable-Magic-0.53/t/lib/VPIT/TestHelpers.pm Variable-Magic-0.53/t/18-opinfo.t Variable-Magic-0.53/t/23-clear.t Variable-Magic-0.53/t/24-free.t Variable-Magic-0.53/t/28-uvar.t Variable-Magic-0.53/t/00-load.t Variable-Magic-0.53/t/22-len.t Variable-Magic-0.53/t/30-scalar.t Variable-Magic-0.53/t/21-set.t Variable-Magic-0.53/t/34-glob.t Variable-Magic-0.53/t/13-data.t Variable-Magic-0.53/t/16-huf.t Variable-Magic-0.53/t/17-ctl.t Variable-Magic-0.53/t/33-code.t Variable-Magic-0.53/t/10-simple.t Variable-Magic-0.53/t/35-stash.t Variable-Magic-0.53/t/80-leaks.t Variable-Magic-0.53/t/25-copy.t Variable-Magic-0.53/t/01-import.t Variable-Magic-0.53/t/15-self.t Variable-Magic-0.53/t/02-constants.t Variable-Magic-0.53/t/14-callbacks.t Variable-Magic-0.53/t/20-get.t Variable-Magic-0.53/t/32-hash.t Variable-Magic-0.53/t/11-multiple.t Variable-Magic-0.53/META.json Variable-Magic-0.53/Magic.xs Variable-Magic-0.53/README Variable-Magic-0.53/Changes Variable-Magic-0.53/MANIFEST Variable-Magic-0.53/META.yml Variable-Magic-0.53/Makefile.PL Variable-Magic-0.53/samples/ Variable-Magic-0.53/samples/vm_vs_tie.pl Variable-Magic-0.53/samples/magic.pl Variable-Magic-0.53/samples/synopsis.pl Variable-Magic-0.53/samples/copy.pl Variable-Magic-0.53/samples/uvar.pl CPAN.pm: Building V/VP/VPIT/Variable-Magic-0.53.tar.gz >>> /export/home/fly818/bin/perl Makefile.PL Checking if this is ActiveState Perl 5.8.8 build 822 or higher... no Checking if this is gcc 3.4 on Windows trying to link against an import library... no Checking if your kit is complete... Looks good Writing Makefile for Variable::Magic Writing MYMETA.yml and MYMETA.json >>> make cp lib/Variable/Magic.pm blib/lib/Variable/Magic.pm /export/home/fly818/bin/perl /export/home/fly818/var/megalib/ExtUtils/xsubpp -typemap /export/home/fly818/ap818/lib/ExtUtils/typemap Magic.xs > Magic.xsc && mv Magic.xsc Magic.c cc -c -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -DUSE_SITECUSTOMIZE -DNO_HASH_SEED -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O -DVERSION=\"0.53\" -DXS_VERSION=\"0.53\" -KPIC "-I/export/home/fly818/ap818/lib/CORE" Magic.c "Magic.xs", line 1277: warning: assignment type mismatch: pointer to unsigned char "=" pointer to char Running Mkbootstrap for Variable::Magic () chmod 644 Magic.bs rm -f blib/arch/auto/Variable/Magic/Magic.so cc -G -L/usr/lib -L/usr/ccs/lib -L/opt/SUNWspro/WS6U2/lib Magic.o -o blib/arch/auto/Variable/Magic/Magic.so \ \ chmod 755 blib/arch/auto/Variable/Magic/Magic.so cp Magic.bs blib/arch/auto/Variable/Magic/Magic.bs chmod 644 blib/arch/auto/Variable/Magic/Magic.bs Manifying blib/man3/Variable::Magic.3 VPIT/Variable-Magic-0.53.tar.gz make -- OK Running make test >>> make test TEST_VERBOSE=1 PERL_DL_NONLAZY=1 /export/home/fly818/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(1, 'blib/lib', 'blib/arch')" t/*.t # Testing Variable::Magic 0.53, Perl 5.008008 (no patchlevel), /export/home/fly818/bin/perl # This is ActiveState Perl 5.008008 build 818 t/00-load.t ....... 1..1 ok 1 - use Variable::Magic; ok t/01-import.t ..... 1..42 ok 1 - import MGf_COPY ok 2 - prototype MGf_COPY ok 3 - import MGf_DUP ok 4 - prototype MGf_DUP ok 5 - import MGf_LOCAL ok 6 - prototype MGf_LOCAL ok 7 - import VMG_COMPAT_ARRAY_PUSH_NOLEN ok 8 - prototype VMG_COMPAT_ARRAY_PUSH_NOLEN ok 9 - import VMG_COMPAT_ARRAY_PUSH_NOLEN_VOID ok 10 - prototype VMG_COMPAT_ARRAY_PUSH_NOLEN_VOID ok 11 - import VMG_COMPAT_ARRAY_UNDEF_CLEAR ok 12 - prototype VMG_COMPAT_ARRAY_UNDEF_CLEAR ok 13 - import VMG_COMPAT_ARRAY_UNSHIFT_NOLEN_VOID ok 14 - prototype VMG_COMPAT_ARRAY_UNSHIFT_NOLEN_VOID ok 15 - import VMG_COMPAT_GLOB_GET ok 16 - prototype VMG_COMPAT_GLOB_GET ok 17 - import VMG_COMPAT_HASH_DELETE_NOUVAR_VOID ok 18 - prototype VMG_COMPAT_HASH_DELETE_NOUVAR_VOID ok 19 - import VMG_COMPAT_SCALAR_LENGTH_NOLEN ok 20 - prototype VMG_COMPAT_SCALAR_LENGTH_NOLEN ok 21 - import VMG_COMPAT_SCALAR_NOLEN ok 22 - prototype VMG_COMPAT_SCALAR_NOLEN ok 23 - import VMG_FORKSAFE ok 24 - prototype VMG_FORKSAFE ok 25 - import VMG_OP_INFO_NAME ok 26 - prototype VMG_OP_INFO_NAME ok 27 - import VMG_OP_INFO_OBJECT ok 28 - prototype VMG_OP_INFO_OBJECT ok 29 - import VMG_PERL_PATCHLEVEL ok 30 - prototype VMG_PERL_PATCHLEVEL ok 31 - import VMG_THREADSAFE ok 32 - prototype VMG_THREADSAFE ok 33 - import VMG_UVAR ok 34 - prototype VMG_UVAR ok 35 - import cast ok 36 - prototype cast ok 37 - import dispell ok 38 - prototype dispell ok 39 - import getdata ok 40 - prototype getdata ok 41 - import wizard ok 42 - prototype wizard ok t/02-constants.t .. 1..2 ok 1 - MGf_COPY is always true ok 2 - MGf_DUP is always true ok t/10-simple.t ..... 1..43 ok 1 - _wizard called directly with a wrong number of arguments croaks ok 2 - _wizard called directly with a wrong number of arguments croaks ok 3 - _wizard called directly with a wrong number of arguments croaks ok 4 - _wizard called directly with a wrong number of arguments croaks ok 5 - _wizard called directly with a wrong number of arguments croaks ok 6 - _wizard called directly with a wrong number of arguments croaks ok 7 - _wizard called directly with a wrong number of arguments croaks ok 8 - _wizard called directly with a wrong number of arguments croaks ok 9 - _wizard called directly with a wrong number of arguments croaks ok 10 - _wizard called directly with a wrong number of arguments croaks ok 11 - _wizard called directly with a wrong number of arguments croaks ok 12 - _wizard called directly with a wrong number of arguments croaks ok 13 - _wizard called directly with a wrong number of arguments croaks ok 14 - _wizard called directly with a wrong number of arguments croaks ok 15 - _wizard called directly with a wrong number of arguments croaks ok 16 - _wizard called directly with a wrong number of arguments croaks ok 17 - _wizard called directly with a wrong number of arguments croaks ok 18 - _wizard called directly with a wrong number of arguments croaks ok 19 - _wizard called directly with a wrong number of arguments croaks ok 20 - _wizard called directly with a wrong number of arguments croaks ok 21 - wizard called with an odd number of arguments croaks ok 22 - wizard called with an odd number of arguments croaks ok 23 - wizard called with an odd number of arguments croaks ok 24 - wizard called with an odd number of arguments croaks ok 25 - wizard doesn't croak ok 26 - wizard is defined ok 27 - wizard is a scalar ref ok 28 - cast doesn't croak ok 29 - cast is valid ok 30 - dispell from wizard doesn't croak ok 31 - dispell from wizard is valid ok 32 - re-cast doesn't croak ok 33 - re-cast is valid ok 34 - re-dispell from wrong wizard croaks ok 35 - re-dispell from wrong wizard doesn't return anything ok 36 - re-dispell from undef croaks ok 37 - re-dispell from undef doesn't return anything ok 38 - re-dispell from good wizard doesn't croak ok 39 - re-dispell from good wizard is valid ok 40 - dispell non-magic object doesn't croak ok 41 - dispell non-magic object returns 0 ok 42 - cast from undef croaks ok 43 - cast from undef doesn't return anything ok t/11-multiple.t ... 1..74 ok 1 - wizard 0 creation doesn't croak ok 2 - wizard 1 creation doesn't croak ok 3 - wizard 2 creation doesn't croak 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 doesn't croak ok 11 - cast magic 0 is valid ok 12 - cast magic 1 doesn't croak ok 13 - cast magic 1 is valid ok 14 - cast magic 2 doesn't croak ok 15 - cast magic 2 is valid 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 doesn't croak ok 23 - dispell magic 1 is valid 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 doesn't croak ok 29 - dispell magic 0 is valid ok 30 - get magic 2 after dispelled 1 & 0 ok 31 - set magic 2 after dispelled 1 & 0 ok 32 - dispell magic 2 doesn't croak ok 33 - dispell magic 2 is valid 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 58 # skip No nice uvar magic for this perl ok 59 # skip No nice uvar magic for this perl ok 60 # skip No nice uvar magic for this perl ok 61 # skip No nice uvar magic for this perl ok 62 # skip No nice uvar magic for this perl ok 63 # skip No nice uvar magic for this perl ok 64 # skip No nice uvar magic for this perl ok 65 # skip No nice uvar magic for this perl ok 66 # skip No nice uvar magic for this perl ok 67 # skip No nice uvar magic for this perl ok 68 # skip No nice uvar magic for this perl ok 69 # skip No nice uvar magic for this perl ok 70 # skip No nice uvar magic for this perl ok 71 # skip No nice uvar magic for this perl ok 72 # skip No nice uvar magic for this perl ok 73 # skip No nice uvar magic for this perl ok 74 # skip No nice uvar magic for this perl ok t/13-data.t ....... 1..35 ok 1 - wizard doesn't croak ok 2 - wizard is defined ok 3 - wizard is a scalar ref ok 4 - cast doesn't croak ok 5 - cast returns true ok 6 - getdata from non-magical scalar doesn't croak ok 7 - getdata from non-magical scalar returns undef ok 8 - getdata from wizard doesn't croak ok 9 - getdata from wizard returns true ok 10 - getdata from wizard return value is ok ok 11 - get magic : pass data ok 12 - get magic : data updated ok 13 - set magic : pass data ok 14 - set magic : pass data ok 15 - getdata from invalid wizard croaks ok 16 - getdata from invalid wizard returns undef ok 17 - getdata from undef croaks ok 18 - getdata from undef doesn't return anything ok 19 - dispell doesn't croak ok 20 - dispell returns true ok 21 - cast with arguments doesn't croak ok 22 - cast with arguments returns true ok 23 - getdata from wizard with arguments doesn't croak ok 24 - getdata from wizard with arguments returns true ok 25 - getdata from wizard with arguments return value is ok ok 26 - cast non-data wizard doesn't croak ok 27 - cast non-data wizard returns true ok 28 - getdata from non-data wizard doesn't croak ok 29 - getdata from non-data wizard invalid returns undef ok 30 - data from d is what we expected ok 31 - cast arguments from d were passed by alias ok 32 - data from e is what we expected ok 33 - cast arguments from e were passed by alias ok 34 - data from d wasn't changed ok 35 - data from e wasn't changed ok t/14-callbacks.t .. 1..26 ok 1 - wizard creation doesn't croak ok 2 - wizard is defined ok 3 - wizard is a scalar ref ok 4 - cast doesn't croak ok 5 - cast is valid ok 6 - callback returning undef doesn't warn/croak ok 7 - callback returning undef fails ok 8 - wizard with a qualified string callback doesn't croak ok 9 - cast a wizard with a qualified string callback doesn't croak ok 10 - qualified string callback doesn't warn/croak ok 11 - qualified string callback is called ok 12 - qualified string callback returns the right thing ok 13 - wizard with a short string callback doesn't croak ok 14 - cast a wizard with a short string callback doesn't croak ok 15 - short string callback doesn't warn/croak ok 16 - short string callback is called ok 17 - short string callback returns the right thing ok 18 - wizard with a ref-to-undef callback doesn't croak ok 19 - cast a wizard with a ref-to-undef callback doesn't croak ok 20 - ref-to-undef callback doesn't warn/croak ok 21 - ref-to-undef callback returns the right thing ok 22 - caller into callback returns the right thing ok 23 - caller into callback returns the right thing (second time) ok 24 - caller into callback into block returns the right thing ok 25 - caller into callback doesn't croak ok 26 - caller into callback into eval returns the right thing ok # Global destruction level 1 set by Perl::Destruct::Level t/15-self.t ....... 1..113 ok 1 - wizard creation error doesn't croak ok 2 - wizard is defined ok 3 - wizard is a scalar ref ok 4 - cast on self doesn't croak ok 5 - cast on self is valid ok 6 - magic works correctly on self ok 7 - dispell on self doesn't croak ok 8 - dispell on self is valid ok 9 - magic is no longer invoked on self when dispelled ok 10 - re-cast on self doesn't croak ok 11 - re-cast on self is valid ok 12 - getdata on magical self doesn't trigger callbacks ok 13 - re-dispell on self doesn't croak ok 14 - re-dispell on self is valid ok 15 - re-re-cast on self doesn't croak ok 16 - re-re-cast on self is valid ok 17 - cast a SCALAR from a get callback: no error ok 18 - cast a SCALAR from a get callback: returned value ok 19 - cast a SCALAR from a get callback: correctly cast ok 20 - cast a SCALAR from a get callback and dieing: correct error ok 21 - cast a SCALAR from a get callback and dieing: returned undef ok 22 - cast a SCALAR from a get callback and dieing: correctly cast ok 23 - dispell a SCALAR from a get callback: no error ok 24 - dispell a SCALAR from a get callback: returned value ok 25 - dispell a SCALAR from a get callback: correctly dispelled ok 26 - dispell a SCALAR from a get callback and dieing: correct error ok 27 - dispell a SCALAR from a get callback and dieing: returned undef ok 28 - dispell a SCALAR from a get callback and dieing: correctly dispelled ok 29 - cast a SCALAR from a set callback: no error ok 30 - cast a SCALAR from a set callback: returned value ok 31 - cast a SCALAR from a set callback: correctly cast ok 32 - cast a SCALAR from a set callback and dieing: correct error ok 33 - cast a SCALAR from a set callback and dieing: returned undef ok 34 - cast a SCALAR from a set callback and dieing: correctly cast ok 35 - dispell a SCALAR from a set callback: no error ok 36 - dispell a SCALAR from a set callback: returned value ok 37 - dispell a SCALAR from a set callback: correctly dispelled ok 38 - dispell a SCALAR from a set callback and dieing: correct error ok 39 - dispell a SCALAR from a set callback and dieing: returned undef ok 40 - dispell a SCALAR from a set callback and dieing: correctly dispelled ok 41 - cast a SCALAR from a free callback: no error ok 42 - cast a SCALAR from a free callback: returned value ok 43 - cast a SCALAR from a free callback: meaningless ok 44 - cast a SCALAR from a free callback and dieing: correct error ok 45 - cast a SCALAR from a free callback and dieing: returned undef ok 46 - cast a SCALAR from a free callback and dieing: meaningless ok 47 - dispell a SCALAR from a free callback: no error ok 48 - dispell a SCALAR from a free callback: returned value ok 49 - dispell a SCALAR from a free callback: meaningless ok 50 - dispell a SCALAR from a free callback and dieing: correct error ok 51 - dispell a SCALAR from a free callback and dieing: returned undef ok 52 - dispell a SCALAR from a free callback and dieing: meaningless ok 53 - cast a ARRAY from a len callback: no error ok 54 - cast a ARRAY from a len callback: returned value ok 55 - cast a ARRAY from a len callback: correctly cast ok 56 - cast a ARRAY from a len callback and dieing: correct error ok 57 - cast a ARRAY from a len callback and dieing: returned undef ok 58 - cast a ARRAY from a len callback and dieing: correctly cast ok 59 - dispell a ARRAY from a len callback: no error ok 60 - dispell a ARRAY from a len callback: returned value ok 61 - dispell a ARRAY from a len callback: correctly dispelled ok 62 - dispell a ARRAY from a len callback and dieing: correct error ok 63 - dispell a ARRAY from a len callback and dieing: returned undef ok 64 - dispell a ARRAY from a len callback and dieing: correctly dispelled ok 65 - cast a ARRAY from a clear callback: no error ok 66 - cast a ARRAY from a clear callback: returned value ok 67 - cast a ARRAY from a clear callback: correctly cast ok 68 - cast a ARRAY from a clear callback and dieing: correct error ok 69 - cast a ARRAY from a clear callback and dieing: returned undef ok 70 - cast a ARRAY from a clear callback and dieing: correctly cast ok 71 - dispell a ARRAY from a clear callback: no error ok 72 - dispell a ARRAY from a clear callback: returned value ok 73 - dispell a ARRAY from a clear callback: correctly dispelled ok 74 - dispell a ARRAY from a clear callback and dieing: correct error ok 75 - dispell a ARRAY from a clear callback and dieing: returned undef ok 76 - dispell a ARRAY from a clear callback and dieing: correctly dispelled ok 77 - cast a ARRAY from a free callback: no error ok 78 - cast a ARRAY from a free callback: returned value ok 79 - cast a ARRAY from a free callback: meaningless ok 80 - cast a ARRAY from a free callback and dieing: correct error ok 81 - cast a ARRAY from a free callback and dieing: returned undef ok 82 - cast a ARRAY from a free callback and dieing: meaningless ok 83 - dispell a ARRAY from a free callback: no error ok 84 - dispell a ARRAY from a free callback: returned value ok 85 - dispell a ARRAY from a free callback: meaningless ok 86 - dispell a ARRAY from a free callback and dieing: correct error ok 87 - dispell a ARRAY from a free callback and dieing: returned undef ok 88 - dispell a ARRAY from a free callback and dieing: meaningless ok 89 - cast a HASH from a clear callback: no error ok 90 - cast a HASH from a clear callback: returned value ok 91 - cast a HASH from a clear callback: correctly cast ok 92 - cast a HASH from a clear callback and dieing: correct error ok 93 - cast a HASH from a clear callback and dieing: returned undef ok 94 - cast a HASH from a clear callback and dieing: correctly cast ok 95 - dispell a HASH from a clear callback: no error ok 96 - dispell a HASH from a clear callback: returned value ok 97 - dispell a HASH from a clear callback: correctly dispelled ok 98 - dispell a HASH from a clear callback and dieing: correct error ok 99 - dispell a HASH from a clear callback and dieing: returned undef ok 100 - dispell a HASH from a clear callback and dieing: correctly dispelled ok 101 - cast a HASH from a free callback: no error ok 102 - cast a HASH from a free callback: returned value ok 103 - cast a HASH from a free callback: meaningless ok 104 - cast a HASH from a free callback and dieing: correct error ok 105 - cast a HASH from a free callback and dieing: returned undef ok 106 - cast a HASH from a free callback and dieing: meaningless ok 107 - dispell a HASH from a free callback: no error ok 108 - dispell a HASH from a free callback: returned value ok 109 - dispell a HASH from a free callback: meaningless ok 110 - dispell a HASH from a free callback and dieing: correct error ok 111 - dispell a HASH from a free callback and dieing: returned undef ok 112 - dispell a HASH from a free callback and dieing: meaningless ok 113 - wizard destruction at the end of BEGIN-time require doesn't panic ok t/16-huf.t ........ skipped: No nice uvar magic for this perl # Using Capture::Tiny 0.22 t/17-ctl.t ........ 1..96 ok 1 - die in data callback (direct, $@ unset) in eval ok 2 - die in data callback (direct, $@ set) in eval ok 3 - die in data callback (direct, $@ unset) in BEGIN ok 4 - die in data callback (direct, $@ set) in BEGIN ok 5 - die in data callback (indirect, $@ unset) in eval ok 6 - die in data callback (indirect, $@ unset) in eval ok 7 - die in data callback (indirect, $@ unset) in BEGIN ok 8 - die in data callback (indirect, $@ set) in BEGIN ok 9 - die in get callback (direct, $@ unset) in eval ok 10 - die in get callback (direct, $@ set) in eval ok 11 - die in get callback (direct, $@ unset) in BEGIN ok 12 - die in get callback (direct, $@ set) in BEGIN ok 13 - die in get callback (indirect, $@ unset) in eval ok 14 - die in get callback (indirect, $@ unset) in eval ok 15 - die in get callback (indirect, $@ unset) in BEGIN ok 16 - die in get callback (indirect, $@ set) in BEGIN ok 17 - die in set callback (direct, $@ unset) in eval ok 18 - die in set callback (direct, $@ set) in eval ok 19 - die in set callback (direct, $@ unset) in BEGIN ok 20 - die in set callback (direct, $@ set) in BEGIN ok 21 - die in set callback (indirect, $@ unset) in eval ok 22 - die in set callback (indirect, $@ unset) in eval ok 23 - die in set callback (indirect, $@ unset) in BEGIN ok 24 - die in set callback (indirect, $@ set) in BEGIN ok 25 - die in len callback (direct, $@ unset) in eval ok 26 - die in len callback (direct, $@ set) in eval ok 27 - die in len callback (direct, $@ unset) in BEGIN ok 28 - die in len callback (direct, $@ set) in BEGIN ok 29 - die in len callback (indirect, $@ unset) in eval ok 30 - die in len callback (indirect, $@ unset) in eval ok 31 - die in len callback (indirect, $@ unset) in BEGIN ok 32 - die in len callback (indirect, $@ set) in BEGIN ok 33 - die in free callback at eval BLOCK 1a ok 34 - die in free callback at eval STRING 1a ok 35 - die in free callback at eval BLOCK 1b ok 36 - die in free callback at eval STRING 1b ok 37 - die in free callback at eval BLOCK 2a ok 38 - die in free callback at eval STRING 2a ok 39 - die in free callback at eval BLOCK 2b ok 40 - die in free callback at eval STRING 2b ok 41 - die in free callback at eval BLOCK 3 ok 42 - die in free callback at eval STRING 3 ok 43 - die in free callback at block in eval BLOCK ok 44 - die in free callback at block in eval STRING ok 45 - die in free callback did not over-unwind the save stack ok 46 - die in free callback with $@ localized inside at eval BLOCK 1a ok 47 - die in free callback with $@ localized inside at eval STRING 1a ok 48 - die in free callback with $@ localized inside at eval BLOCK 1b ok 49 - die in free callback with $@ localized inside at eval STRING 1b ok 50 - die in free callback with $@ localized inside at eval BLOCK 2a ok 51 - die in free callback with $@ localized inside at eval STRING 2a ok 52 - die in free callback with $@ localized inside at eval BLOCK 2b ok 53 - die in free callback with $@ localized inside at eval STRING 2b ok 54 - die in free callback with $@ localized inside at eval BLOCK 3 ok 55 - die in free callback with $@ localized inside at eval STRING 3 ok 56 - die in free callback with $@ localized inside at block in eval BLOCK ok 57 - die in free callback with $@ localized inside at block in eval STRING ok 58 - die in free callback with $@ localized inside did not over-unwind the save stack ok 59 - die in free callback with $@ localized outside at eval BLOCK 1a ok 60 - die in free callback with $@ localized outside at eval STRING 1a ok 61 - die in free callback with $@ localized outside at eval BLOCK 1b ok 62 - die in free callback with $@ localized outside at eval STRING 1b ok 63 - die in free callback with $@ localized outside at eval BLOCK 2a ok 64 - die in free callback with $@ localized outside at eval STRING 2a ok 65 - die in free callback with $@ localized outside at eval BLOCK 2b ok 66 - die in free callback with $@ localized outside at eval STRING 2b ok 67 - die in free callback with $@ localized outside at eval BLOCK 3 ok 68 - die in free callback with $@ localized outside at eval STRING 3 ok 69 - die in free callback with $@ localized outside at block in eval BLOCK ok 70 - die in free callback with $@ localized outside at block in eval STRING ok 71 - die in free callback with $@ localized outside did not over-unwind the save stack ok 72 - die in free callback with $@ localized inside and outside at eval BLOCK 1a ok 73 - die in free callback with $@ localized inside and outside at eval STRING 1a ok 74 - die in free callback with $@ localized inside and outside at eval BLOCK 1b ok 75 - die in free callback with $@ localized inside and outside at eval STRING 1b ok 76 - die in free callback with $@ localized inside and outside at eval BLOCK 2a ok 77 - die in free callback with $@ localized inside and outside at eval STRING 2a ok 78 - die in free callback with $@ localized inside and outside at eval BLOCK 2b ok 79 - die in free callback with $@ localized inside and outside at eval STRING 2b ok 80 - die in free callback with $@ localized inside and outside at eval BLOCK 3 ok 81 - die in free callback with $@ localized inside and outside at eval STRING 3 ok 82 - die in free callback with $@ localized inside and outside at block in eval BLOCK ok 83 - die in free callback with $@ localized inside and outside at block in eval STRING ok 84 - die in free callback with $@ localized inside and outside did not over-unwind the save stack ok 85 - die in sub in free callback ok 86 - die in free callback in block in eval with $@ unset ok 87 - die in free callback in block in eval with $@ set ok 88 - die in free callback in BEGIN ok 89 - die in free callback in len callback in BEGIN ok 90 - die in free callback at end of scope ok 91 - in hints hash destructor ok 92 - die in BEGIN in require in eval string triggers hints hash destructor ok 93 - in hints hash destructor 2 ok 94 - die in BEGIN in eval triggers hints hash destructor ok 95 - die in free callback at compile time and not in eval string ok 96 # skip No nice uvar magic for this perl ok t/18-opinfo.t ..... 1..125 ok 1 - len wizard with op_info == 1 doesn't croak ok 2 - len magic with op_info == 1 gets the right op info ok 3 - len magic with op_info == 1 doesn't croak ok 4 - len wizard with op_info == 2 doesn't croak ok 5 - len magic with op_info == 2 isa B::OP ok 6 - len magic with op_info == 2 gets the right op info ok 7 - len magic with op_info == 2 doesn't croak ok 8 - get wizard with op_info == 1 doesn't croak ok 9 - get magic with op_info == 1 gets the right op info ok 10 - get magic with op_info == 1 doesn't croak ok 11 - get wizard with op_info == 2 doesn't croak ok 12 - get magic with op_info == 2 isa B::OP ok 13 - get magic with op_info == 2 gets the right op info ok 14 - get magic with op_info == 2 doesn't croak ok 15 - get wizard with op_info == 1 doesn't croak ok 16 - get magic with op_info == 1 gets the right op info ok 17 - get magic with op_info == 1 doesn't croak ok 18 - get wizard with op_info == 2 doesn't croak ok 19 - get magic with op_info == 2 isa B::PADOP ok 20 - get magic with op_info == 2 gets the right op info ok 21 - get magic with op_info == 2 doesn't croak ok 22 - get wizard with op_info == 1 doesn't croak ok 23 - get magic with op_info == 1 gets the right op info ok 24 - get magic with op_info == 1 doesn't croak ok 25 - get wizard with op_info == 2 doesn't croak ok 26 - get magic with op_info == 2 isa B::UNOP ok 27 - get magic with op_info == 2 gets the right op info ok 28 - get magic with op_info == 2 doesn't croak ok 29 - get wizard with op_info == 1 doesn't croak ok 30 - get magic with op_info == 1 gets the right op info ok 31 - get magic with op_info == 1 doesn't croak ok 32 - get wizard with op_info == 2 doesn't croak ok 33 - get magic with op_info == 2 isa B::BINOP ok 34 - get magic with op_info == 2 gets the right op info ok 35 - get magic with op_info == 2 doesn't croak ok 36 - get wizard with op_info == 1 doesn't croak ok 37 - get magic with op_info == 1 gets the right op info ok 38 - get magic with op_info == 1 doesn't croak ok 39 - get wizard with op_info == 2 doesn't croak ok 40 - get magic with op_info == 2 isa B::BINOP ok 41 - get magic with op_info == 2 gets the right op info ok 42 - get magic with op_info == 2 doesn't croak ok 43 - get wizard with op_info == 1 doesn't croak ok 44 - get magic with op_info == 1 gets the right op info ok 45 - get magic with op_info == 1 doesn't croak ok 46 - get wizard with op_info == 2 doesn't croak ok 47 - get magic with op_info == 2 isa B::LOGOP ok 48 - get magic with op_info == 2 gets the right op info ok 49 - get magic with op_info == 2 doesn't croak ok 50 - get wizard with op_info == 1 doesn't croak ok 51 - get magic with op_info == 1 gets the right op info ok 52 - get magic with op_info == 1 doesn't croak ok 53 - get wizard with op_info == 2 doesn't croak ok 54 - get magic with op_info == 2 isa B::UNOP ok 55 - get magic with op_info == 2 gets the right op info ok 56 - get magic with op_info == 2 doesn't croak ok 57 - get wizard with op_info == 1 doesn't croak ok 58 - get magic with op_info == 1 gets the right op info ok 59 - get magic with op_info == 1 doesn't croak ok 60 - get wizard with op_info == 2 doesn't croak ok 61 - get magic with op_info == 2 isa B::UNOP ok 62 - get magic with op_info == 2 gets the right op info ok 63 - get magic with op_info == 2 doesn't croak ok 64 - get wizard with op_info == 1 doesn't croak ok 65 - get magic with op_info == 1 gets the right op info ok 66 - get magic with op_info == 1 doesn't croak ok 67 - get wizard with op_info == 2 doesn't croak ok 68 - get magic with op_info == 2 isa B::UNOP ok 69 - get magic with op_info == 2 gets the right op info ok 70 - get magic with op_info == 2 doesn't croak ok 71 - set wizard with op_info == 1 doesn't croak ok 72 - set magic with op_info == 1 gets the right op info ok 73 - set magic with op_info == 1 doesn't croak ok 74 - set wizard with op_info == 2 doesn't croak ok 75 - set magic with op_info == 2 isa B::LISTOP ok 76 - set magic with op_info == 2 gets the right op info ok 77 - set magic with op_info == 2 doesn't croak ok 78 - get wizard with op_info == 1 doesn't croak ok 79 - get magic with op_info == 1 gets the right op info ok 80 - get magic with op_info == 1 doesn't croak ok 81 - get wizard with op_info == 2 doesn't croak ok 82 - get magic with op_info == 2 isa B::PMOP ok 83 - get magic with op_info == 2 gets the right op info ok 84 - get magic with op_info == 2 doesn't croak ok 85 - get wizard with op_info == 1 doesn't croak ok 86 - get magic with op_info == 1 gets the right op info ok 87 - get magic with op_info == 1 doesn't croak ok 88 - get wizard with op_info == 2 doesn't croak ok 89 - get magic with op_info == 2 isa B::SVOP ok 90 - get magic with op_info == 2 gets the right op info ok 91 - get magic with op_info == 2 doesn't croak ok 92 - get wizard with op_info == 1 doesn't croak ok 93 - get magic with op_info == 1 gets the right op info ok 94 - get magic with op_info == 1 doesn't croak ok 95 - get wizard with op_info == 2 doesn't croak ok 96 - get magic with op_info == 2 isa B::PVOP ok 97 - get magic with op_info == 2 gets the right op info ok 98 - get magic with op_info == 2 doesn't croak ok 99 - get wizard with op_info == 1 doesn't croak ok 100 - get magic with op_info == 1 gets the right op info ok 101 - get magic with op_info == 1 doesn't croak ok 102 - get wizard with op_info == 2 doesn't croak ok 103 - get magic with op_info == 2 isa B::LOOP ok 104 - get magic with op_info == 2 gets the right op info ok 105 - get magic with op_info == 2 doesn't croak ok 106 - free wizard with op_info == 1 doesn't croak ok 107 - free magic with op_info == 1 gets the right op info ok 108 - free magic with op_info == 1 doesn't croak ok 109 - free wizard with op_info == 2 doesn't croak ok 110 - free magic with op_info == 2 isa B::OP ok 111 - free magic with op_info == 2 gets the right op info ok 112 - free magic with op_info == 2 doesn't croak ok 113 - free wizard with op_info == 1 doesn't croak ok 114 - free magic with op_info == 1 gets the right op info ok 115 - free magic with op_info == 1 doesn't croak ok 116 - free wizard with op_info == 2 doesn't croak ok 117 - free magic with op_info == 2 isa B::OP ok 118 - free magic with op_info == 2 gets the right op info ok 119 - free magic with op_info == 2 doesn't croak ok 120 - get wizard with out of bounds op_info doesn't croak ok 121 - get cast with out of bounds op_info doesn't croak ok 122 - get magic with out of bounds op_info ok 123 - get magic with out of bounds op_info doesn't croak ok 124 - get dispell with out of bounds op_info doesn't croak ok 125 - wizard(op_info => "text") throws numeric warnings ok t/20-get.t ........ 1..15 ok 1 - get: wizard() doesn't croak ok 2 - get: wizard() doesn't trigger magic ok 3 - get: cast doesn't croak ok 4 - get: cast triggers magic correctly ok 5 - get: assign to doesn't croak ok 6 - get: assign to triggers magic correctly ok 7 - get: assign to correctly ok 8 - get: interpolate doesn't croak ok 9 - get: interpolate triggers magic correctly ok 10 - get: interpolate correctly ok 11 - get: wizard() doesn't croak ok 12 - get: cast() doesn't croak ok 13 - get: value ok 14 - get: value doesn't croak ok 15 - get: magic triggered at END time ok t/21-set.t ........ 1..18 ok 1 - set: wizard() doesn't croak ok 2 - set: wizard() doesn't trigger magic ok 3 - set: cast doesn't croak ok 4 - set: cast triggers magic correctly ok 5 - set: assign doesn't croak ok 6 - set: assign triggers magic correctly ok 7 - set: assign correctly ok 8 - set: increment doesn't croak ok 9 - set: increment triggers magic correctly ok 10 - set: increment correctly ok 11 - set: decrement doesn't croak ok 12 - set: decrement triggers magic correctly ok 13 - set: decrement correctly ok 14 - set: wizard() doesn't croak ok 15 - set: cast() doesn't croak ok 16 - set: value ok 17 - set: value doesn't croak ok 18 - set: magic triggered at END time ok t/22-len.t ........ 1..55 ok 1 - len: wizard() doesn't trigger magic ok 2 - len: cast on array doesn't trigger magic ok 3 - len: get array length triggers magic correctly ok 4 - len: get array length have correct default length ok 5 - len: get array length correctly ok 6 - len: get last array index triggers magic correctly ok 7 - len: get last array index have correct default length ok 8 - len: get last array index correctly ok 9 - len: get array length 0 triggers magic correctly ok 10 - len: get array length 0 have correct default length ok 11 - len: get array length 0 correctly ok 12 - len: get empty array length triggers magic correctly ok 13 - len: get empty array length have correct default length ok 14 - len: get empty array length correctly ok 15 - len: get last empty array index triggers magic correctly ok 16 - len: get last empty array index have correct default length ok 17 - len: get last empty array index correctly ok 18 - len: cast on scalar doesn't trigger magic ok 19 - len: get scalar length triggers magic correctly ok 20 - len: get scalar length have correct default length ok 21 - len: get scalar length correctly ok 22 - len: get scalar length 0 triggers magic correctly ok 23 - len: get scalar length 0 have correct default length ok 24 - len: get scalar length 0 correctly ok 25 - len: get empty scalar length triggers magic correctly ok 26 - len: get empty scalar length have correct default length ok 27 - len: get empty scalar length correctly ok 28 - len: get utf8 scalar length in bytes triggers magic correctly ok 29 - len: get utf8 scalar length in bytes have correct default length ok 30 - len: get utf8 scalar length in bytes correctly ok 31 - len: get utf8 scalar length triggers magic correctly ok 32 - len: get utf8 scalar length have correct default length ok 33 - len: get utf8 scalar length correctly ok 34 - len: pos scalar triggers magic correctly ok 35 - len: pos scalar have correct default length ok 36 - len: pos scalar works correctly ok 37 - len: substr utf8 scalar triggers magic correctly ok 38 - len: substr utf8 scalar have correct default length ok 39 - len: substr utf8 scalar correctly ok 40 - len: wizard() doesn't croak ok 41 - len: cast() doesn't croak ok 42 - len: value ok 43 - len: value doesn't croak ok 44 - len: after value ok 45 - len: noop wizard (for arrays) creation does not croak ok 46 - len: noop wizard (for arrays) cast does not croak ok 47 - len: noop wizard (for arrays) invocation does not croak ok 48 - len: noop magic on an array returns the previous length ok 49 - len: noop wizard (for strings) creation does not croak ok 50 - len: noop wizard (for strings) cast does not croak ok 51 - len: noop wizard (for strings) invocation does not croak ok 52 - len: noop magic on a string returns the previous length ok 53 - len: noop wizard (for strings) cast does not croak ok 54 - len: noop wizard (for strings) invocation does not croak ok 55 - len: noop magic on a unicode string returns the previous length ok t/23-clear.t ...... 1..18 ok 1 - clear: wizard() doesn't croak ok 2 - clear: wizard() doesn't trigger magic ok 3 - clear: cast array doesn't croak ok 4 - clear: cast array triggers magic correctly ok 5 - clear: clear array doesn't croak ok 6 - clear: clear array triggers magic correctly ok 7 - clear: clear array correctly ok 8 - clear: cast hash doesn't croak ok 9 - clear: cast hash triggers magic correctly ok 10 - clear: clear hash doesn't croak ok 11 - clear: clear hash triggers magic correctly ok 12 - clear: clear hash correctly ok 13 - clear: wizard() doesn't croak ok 14 - clear: cast() doesn't croak ok 15 - clear: value ok 16 - clear: value doesn't croak ok 17 - clear: value after ok 18 - clear: magic triggered at END time ok t/24-free.t ....... 1..11 ok 1 - free: wizard() doesn't croak ok 2 - free: wizard() doesn't trigger magic ok 3 - free: cast doesn't croak ok 4 - free: cast triggers magic correctly ok 5 - free: deletion at the end of the scope doesn't croak ok 6 - free: deletion at the end of the scope triggers magic correctly ok 7 - free: cast 2 doesn't croak ok 8 - free: cast 2 triggers magic correctly ok 9 - free: explicit deletion with undef() doesn't croak ok 10 - free: explicit deletion with undef() triggers magic correctly ok 11 - free: magic triggered at END time ok # Using Tie::Array 1.03 # Using Tie::Hash 1.02 t/25-copy.t ....... 1..45 ok 1 - copy: wizard() doesn't croak ok 2 - copy: wizard() doesn't trigger magic ok 3 - copy: cast on tied array doesn't croak ok 4 - copy: cast on tied array triggers magic correctly ok 5 - copy: cast on tied array succeeded ok 6 - copy: tied array store doesn't croak ok 7 - copy: tied array store triggers magic correctly ok 8 - copy: tied array fetch doesn't croak ok 9 - copy: tied array fetch triggers magic correctly ok 10 - copy: tied array fetch correctly ok 11 - copy: tied array exists doesn't croak ok 12 - copy: tied array exists triggers magic correctly ok 13 - copy: tied array exists correctly ok 14 - copy: tied array undef doesn't croak ok 15 - copy: tied array undef triggers magic correctly ok 16 - copy: wizard() doesn't croak ok 17 - copy: cast() doesn't croak ok 18 - copy: value ok 19 - copy: value doesn't croak ok 20 - copy: value after ok 21 - copy: cast on tied hash doesn't croak ok 22 - copy: cast on tied hash triggers magic correctly ok 23 - copy: cast on tied hash succeeded ok 24 - copy: tied hash store doesn't croak ok 25 - copy: tied hash store triggers magic correctly ok 26 - copy: tied hash fetch doesn't croak ok 27 - copy: tied hash fetch triggers magic correctly ok 28 - copy: tied hash fetch correctly ok 29 - copy: tied hash exists doesn't croak ok 30 - copy: tied hash exists triggers magic correctly ok 31 - copy: tied hash exists correctly ok 32 - copy: tied hash delete doesn't croak ok 33 - copy: tied hash delete triggers magic correctly ok 34 - copy: tied hash delete correctly ok 35 - copy: tied hash each doesn't croak ok 36 - copy: tied hash each triggers magic correctly ok 37 - copy: tied hash keys doesn't croak ok 38 - copy: tied hash keys triggers magic correctly ok 39 - copy: tied hash keys correctly ok 40 - copy: tied hash values doesn't croak ok 41 - copy: tied hash values triggers magic correctly ok 42 - copy: tied hash values correctly ok 43 - copy: tied hash undef doesn't croak ok 44 - copy: tied hash undef triggers magic correctly ok 45 - copy: magic triggered at END time ok t/27-local.t ...... skipped: No local magic for this perl t/28-uvar.t ....... skipped: No nice uvar magic for this perl # Using Tie::Array 1.03 t/30-scalar.t ..... 1..76 ok 1 - scalar: wizard() doesn't croak ok 2 - scalar: wizard() doesn't trigger magic ok 3 - scalar: cast doesn't croak ok 4 - scalar: cast triggers magic correctly ok 5 - scalar: assign to doesn't croak ok 6 - scalar: assign to triggers magic correctly ok 7 - scalar: assign to correctly ok 8 - scalar: interpolate doesn't croak ok 9 - scalar: interpolate triggers magic correctly ok 10 - scalar: interpolate correctly ok 11 - scalar: reference doesn't croak ok 12 - scalar: reference triggers magic correctly ok 13 - scalar: assign to doesn't croak ok 14 - scalar: assign to triggers magic correctly ok 15 - scalar: increment doesn't croak ok 16 - scalar: increment triggers magic correctly ok 17 - scalar: decrement doesn't croak ok 18 - scalar: decrement triggers magic correctly ok 19 - scalar: multiply in place doesn't croak ok 20 - scalar: multiply in place triggers magic correctly ok 21 - scalar: divide in place doesn't croak ok 22 - scalar: divide in place triggers magic correctly ok 23 - scalar: cast 2 doesn't croak ok 24 - scalar: cast 2 triggers magic correctly ok 25 - scalar: scope end doesn't croak ok 26 - scalar: scope end triggers magic correctly ok 27 - scalar: undef doesn't croak ok 28 - scalar: undef triggers magic correctly ok 29 - scalar: dispell doesn't croak ok 30 - scalar: dispell triggers magic correctly ok 31 - scalar: array element: cast doesn't croak ok 32 - scalar: array element: cast triggers magic correctly ok 33 - scalar: array element: set doesn't croak ok 34 - scalar: array element: set triggers magic correctly ok 35 - scalar: array element: get doesn't croak ok 36 - scalar: array element: get triggers magic correctly ok 37 - scalar: array element: get correctly ok 38 - scalar: array element: set other doesn't croak ok 39 - scalar: array element: set other triggers magic correctly ok 40 - scalar: array element: get other doesn't croak ok 41 - scalar: array element: get other triggers magic correctly ok 42 - scalar: array element: get other correctly ok 43 - scalar: array element: exists doesn't croak ok 44 - scalar: array element: exists triggers magic correctly ok 45 - scalar: array element: exists correctly ok 46 - scalar: array element: delete doesn't croak ok 47 - scalar: array element: delete triggers magic correctly ok 48 - scalar: array element: delete correctly ok 49 - scalar: array element: set after delete doesn't croak ok 50 - scalar: array element: set after delete triggers magic correctly ok 51 - scalar: hash element: cast doesn't croak ok 52 - scalar: hash element: cast triggers magic correctly ok 53 - scalar: hash element: set doesn't croak ok 54 - scalar: hash element: set triggers magic correctly ok 55 - scalar: hash element: get doesn't croak ok 56 - scalar: hash element: get triggers magic correctly ok 57 - scalar: hash element: get correctly ok 58 - scalar: hash element: set other doesn't croak ok 59 - scalar: hash element: set other triggers magic correctly ok 60 - scalar: hash element: get other doesn't croak ok 61 - scalar: hash element: get other triggers magic correctly ok 62 - scalar: hash element: get other correctly ok 63 - scalar: hash element: exists doesn't croak ok 64 - scalar: hash element: exists triggers magic correctly ok 65 - scalar: hash element: exists correctly ok 66 - scalar: hash element: delete doesn't croak ok 67 - scalar: hash element: delete triggers magic correctly ok 68 - scalar: hash element: delete correctly ok 69 - scalar: hash element: set after delete doesn't croak ok 70 - scalar: hash element: set after delete triggers magic correctly ok 71 - cast copy magic on tied array ok 72 - scalar: delete from tied array in void context doesn't croak ok 73 - scalar: delete from tied array in void context triggers magic correctly ok 74 - scalar: delete from tied array in scalar context doesn't croak ok 75 - scalar: delete from tied array in scalar context triggers magic correctly ok 76 - scalar: magic triggered at END time ok t/31-array.t ...... 1..68 ok 1 - array: wizard() doesn't croak ok 2 - array: wizard() doesn't trigger magic ok 3 - array: cast doesn't croak ok 4 - array: cast triggers magic correctly ok 5 - array: assign element to doesn't croak ok 6 - array: assign element to triggers magic correctly ok 7 - array: assign element to correctly ok 8 - array: assign to doesn't croak ok 9 - array: assign to triggers magic correctly ok 10 - array: assign to correctly ok 11 - array: interpolate doesn't croak ok 12 - array: interpolate triggers magic correctly ok 13 - array: interpolate correctly ok 14 - array: reference doesn't croak ok 15 - array: reference triggers magic correctly ok 16 - array: slice doesn't croak ok 17 - array: slice triggers magic correctly ok 18 - array: slice correctly ok 19 - array: assign doesn't croak ok 20 - array: assign triggers magic correctly ok 21 - array: assign old element doesn't croak ok 22 - array: assign old element triggers magic correctly ok 23 - array: assign new element doesn't croak ok 24 - array: assign new element triggers magic correctly ok 25 - array: exists doesn't croak ok 26 - array: exists triggers magic correctly ok 27 - array: exists correctly ok 28 - array: delete doesn't croak ok 29 - array: delete triggers magic correctly ok 30 - array: delete correctly ok 31 - array: length @ doesn't croak ok 32 - array: length @ triggers magic correctly ok 33 - array: length @ correctly ok 34 - array: length $\# doesn't croak ok 35 - array: length $\# triggers magic correctly ok 36 - array: length $\# correctly ok 37 - array: push (void) doesn't croak ok 38 - array: push (void) triggers magic correctly ok 39 - array: push (scalar) doesn't croak ok 40 - array: push (scalar) triggers magic correctly ok 41 - array: push (scalar) correctly ok 42 - array: pop doesn't croak ok 43 - array: pop triggers magic correctly ok 44 - array: pop correctly ok 45 - array: unshift (void) doesn't croak ok 46 - array: unshift (void) triggers magic correctly ok 47 - array: unshift (scalar) doesn't croak ok 48 - array: unshift (scalar) triggers magic correctly ok 49 - unshift (scalar) correctly ok 50 - array: shift doesn't croak ok 51 - array: shift triggers magic correctly ok 52 - array: shift correctly ok 53 - array: map doesn't croak ok 54 - array: map triggers magic correctly ok 55 - array: grep doesn't croak ok 56 - array: grep triggers magic correctly ok 57 - array: grep correctly ok 58 - array: for doesn't croak ok 59 - array: for triggers magic correctly ok 60 - array: cast 2 doesn't croak ok 61 - array: cast 2 triggers magic correctly ok 62 - array: scope end doesn't croak ok 63 - array: scope end triggers magic correctly ok 64 - array: undef doesn't croak ok 65 - array: undef triggers magic correctly ok 66 - array: dispell doesn't croak ok 67 - array: dispell triggers magic correctly ok 68 - array: magic triggered at END time ok t/32-hash.t ....... 1..94 ok 1 - hash: wizard() doesn't croak ok 2 - hash: wizard() doesn't trigger magic ok 3 - hash: cast doesn't croak ok 4 - hash: cast triggers magic correctly ok 5 - hash: assign element to doesn't croak ok 6 - hash: assign element to triggers magic correctly ok 7 - hash: assign element to correctly ok 8 - hash: assign to doesn't croak ok 9 - hash: assign to triggers magic correctly ok 10 - hash: assign to correctly ok 11 - hash: reference doesn't croak ok 12 - hash: reference triggers magic correctly ok 13 - hash: slice doesn't croak ok 14 - hash: slice triggers magic correctly ok 15 - hash: slice correctly ok 16 - hash: exists in void context doesn't croak ok 17 - hash: exists in void context triggers magic correctly ok 18 - hash: exists in scalar context (1) doesn't croak ok 19 - hash: exists in scalar context (1) triggers magic correctly ok 20 - hash: exists correctly (1) ok 21 - hash: exists in scalar context (2) doesn't croak ok 22 - hash: exists in scalar context (2) triggers magic correctly ok 23 - hash: exists correctly (2) ok 24 - hash: delete in void context doesn't croak ok 25 - hash: delete in void context triggers magic correctly ok 26 - hash: delete in scalar context (1) doesn't croak ok 27 - hash: delete in scalar context (1) triggers magic correctly ok 28 - hash: delete correctly (1) ok 29 - hash: delete in scalar context (2) doesn't croak ok 30 - hash: delete in scalar context (2) triggers magic correctly ok 31 - hash: delete correctly (2) ok 32 - hash: empty in list context doesn't croak ok 33 - hash: empty in list context triggers magic correctly ok 34 - hash: empty and set in void context doesn't croak ok 35 - hash: empty and set in void context triggers magic correctly ok 36 - hash: assign from list in void context doesn't croak ok 37 - hash: assign from list in void context triggers magic correctly ok 38 - hash: assign from list in void context doesn't croak ok 39 - hash: assign from list in void context triggers magic correctly ok 40 - hash: assign from map in void context doesn't croak ok 41 - hash: assign from map in void context triggers magic correctly ok 42 - hash: assign old element doesn't croak ok 43 - hash: assign old element triggers magic correctly ok 44 - hash: assign new element doesn't croak ok 45 - hash: assign new element triggers magic correctly ok 46 - hash: buckets doesn't croak ok 47 - hash: buckets triggers magic correctly ok 48 - hash: keys doesn't croak ok 49 - hash: keys triggers magic correctly ok 50 - hash: keys correctly ok 51 - hash: values doesn't croak ok 52 - hash: values triggers magic correctly ok 53 - hash: values correctly ok 54 - hash: each doesn't croak ok 55 - hash: each triggers magic correctly ok 56 - hash: cast 2 doesn't croak ok 57 - hash: cast 2 triggers magic correctly ok 58 - hash: scope end doesn't croak ok 59 - hash: scope end triggers magic correctly ok 60 - hash: undef doesn't croak ok 61 - hash: undef triggers magic correctly ok 62 - hash: dispell doesn't croak ok 63 - hash: dispell triggers magic correctly ok 64 # skip uvar magic required to test uvar/clear interaction fix ok 65 # skip uvar magic required to test uvar/clear interaction fix ok 66 # skip uvar magic required to test uvar/clear interaction fix ok 67 # skip uvar magic required to test uvar/clear interaction fix ok 68 # skip uvar magic required to test uvar/clear interaction fix ok 69 # skip uvar magic required to test uvar/clear interaction fix ok 70 # skip uvar magic required to test uvar/clear interaction fix ok 71 # skip uvar magic required to test uvar/clear interaction fix ok 72 # skip uvar magic required to test uvar/clear interaction fix ok 73 # skip uvar magic required to test uvar/clear interaction fix ok 74 # skip uvar magic required to test uvar/clear interaction fix ok 75 # skip uvar magic required to test uvar/clear interaction fix ok 76 # skip uvar magic required to test uvar/clear interaction fix ok 77 # skip uvar magic required to test uvar/clear interaction fix ok 78 # skip uvar magic required to test uvar/clear interaction fix ok 79 # skip uvar magic required to test uvar/clear interaction fix ok 80 # skip uvar magic required to test uvar/clear interaction fix ok 81 # skip uvar magic required to test uvar/clear interaction fix ok 82 # skip uvar magic required to test uvar/clear interaction fix ok 83 # skip uvar magic required to test uvar/clear interaction fix ok 84 # skip uvar magic required to test uvar/clear interaction fix ok 85 # skip uvar magic required to test uvar/clear interaction fix ok 86 # skip uvar magic required to test uvar/clear interaction fix ok 87 # skip uvar magic required to test uvar/clear interaction fix ok 88 # skip uvar magic required to test uvar/clear interaction fix ok 89 # skip uvar magic required to test uvar/clear interaction fix ok 90 # skip uvar magic required to test uvar/clear interaction fix ok 91 # skip uvar magic required to test uvar/clear interaction fix ok 92 # skip uvar magic required to test uvar/clear interaction fix ok 93 # skip uvar magic required to test uvar/clear interaction fix ok 94 - hash: magic triggered at END time ok t/33-code.t ....... 1..36 ok 1 - code: wizard() doesn't croak ok 2 - code: wizard() doesn't trigger magic ok 3 - code: cast doesn't croak ok 4 - code: cast triggers magic correctly ok 5 - code: cast didn't called code ok 6 - code: call without arguments doesn't croak ok 7 - code: call without arguments triggers magic correctly ok 8 - code: call without arguments succeeded ok 9 - code: call with arguments doesn't croak ok 10 - code: call with arguments triggers magic correctly ok 11 - code: call with arguments succeeded ok 12 - code: undef symbol table entry doesn't croak ok 13 - code: undef symbol table entry triggers magic correctly ok 14 - code: undef symbol table entry didn't call code ok 15 - code: redefining sub doesn't croak ok 16 - code: redefining sub triggers magic correctly ok 17 - code: re-cast doesn't croak ok 18 - code: re-cast triggers magic correctly ok 19 - code: re-cast didn't called code ok 20 - code: reference doesn't croak ok 21 - code: reference triggers magic correctly ok 22 - code: reference didn't called code ok 23 - code: call reference doesn't croak ok 24 - code: call reference triggers magic correctly ok 25 - code: call reference succeeded ok 26 - code: call reference didn't called the previous code ok 27 - code: redefining sub 2 doesn't croak ok 28 - code: redefining sub 2 triggers magic correctly ok 29 - code: call without arguments 2 doesn't croak ok 30 - code: call without arguments 2 triggers magic correctly ok 31 - code: call without arguments 2 succeeded ok 32 - code: call without arguments 2 didn't called the previous code ok 33 - code: dispell doesn't croak ok 34 - code: dispell triggers magic correctly ok 35 - code: dispell didn't called code ok 36 - code: magic triggered at END time ok # Using Symbol 1.06 t/34-glob.t ....... 1..35 ok 1 - glob: wizard() doesn't croak ok 2 - glob: wizard() doesn't trigger magic ok 3 - glob: cast doesn't croak ok 4 - glob: cast triggers magic correctly ok 5 - glob: assign to doesn't croak ok 6 - glob: assign to triggers magic correctly ok 7 - glob: assign scalar slot in void contex doesn't croak ok 8 - glob: assign scalar slot in void contex triggers magic correctly ok 9 - glob: assign array slot in void contex doesn't croak ok 10 - glob: assign array slot in void contex triggers magic correctly ok 11 - glob: assign hash slot in void contex doesn't croak ok 12 - glob: assign hash slot in void contex triggers magic correctly ok 13 - glob: assign code slot in void contex doesn't croak ok 14 - glob: assign code slot in void contex triggers magic correctly ok 15 - glob: assign glob in void contex doesn't croak ok 16 - glob: assign glob in void contex triggers magic correctly ok 17 - glob: assign scalar slot in scalar context doesn't croak ok 18 - glob: assign scalar slot in scalar context triggers magic correctly ok 19 - glob: assign array slot in scalar context doesn't croak ok 20 - glob: assign array slot in scalar context triggers magic correctly ok 21 - glob: assign hash slot in scalar context doesn't croak ok 22 - glob: assign hash slot in scalar context triggers magic correctly ok 23 - glob: assign code slot in scalar context doesn't croak ok 24 - glob: assign code slot in scalar context triggers magic correctly ok 25 - glob: assign glob in scalar context doesn't croak ok 26 - glob: assign glob in scalar context triggers magic correctly ok 27 - glob: cast 2 doesn't croak ok 28 - glob: cast 2 triggers magic correctly ok 29 - glob: scope end doesn't croak ok 30 - glob: scope end triggers magic correctly ok 31 - glob: undef doesn't croak ok 32 - glob: undef triggers magic correctly ok 33 - glob: dispell doesn't croak ok 34 - glob: dispell triggers magic correctly ok 35 - glob: magic triggered at END time ok t/35-stash.t ...... skipped: uvar magic is required to test symbol table hooks t/40-threads.t .... skipped: perl 5.13.4 required to test thread safety t/41-clone.t ...... skipped: perl 5.13.4 required to test thread safety t/80-leaks.t ...... 1..11 ok 1 ok 2 ok 3 ok 4 ok 5 ok 6 ok 7 ok 8 ok 9 ok 10 ok 11 ok All tests successful. Files=28, Tests=1039, 5 wallclock secs ( 0.72 usr 0.29 sys + 4.48 cusr 0.72 csys = 6.21 CPU) Result: PASS VPIT/Variable-Magic-0.53.tar.gz make test TEST_VERBOSE=1 -- OK Vincent Pit <perl@profvince.com> Associate user-defined magic to variables from Perl. >>> (cd /export/home/fly818/var/cpan/build/Variable-Magic-0.53-YzeprP && tar cvf - Variable-Magic-0.53.ppd blib) | gzip -c >/export/home/fly818/var/REPO/V/VP/VPIT/Variable-Magic-0.53.tar.gz Variable-Magic-0.53.ppd blib/ blib/lib/ blib/lib/Variable/ blib/lib/Variable/Magic.pm blib/arch/ blib/arch/auto/ blib/arch/auto/Variable/ blib/arch/auto/Variable/Magic/ blib/arch/auto/Variable/Magic/Magic.so blib/arch/auto/Variable/Magic/Magic.bs blib/man3/ blib/man3/Variable::Magic.3 >>> mv /export/home/fly818/var/cpan/build/Variable-Magic-0.53-YzeprP/Variable-Magic-0.53.ppd /export/home/fly818/var/REPO/V/VP/VPIT Finished 2013-09-01T20:04:54