PATH=/usr/bin:/bin:/home/fly1800/var/megalib/bin Start 2014-04-21T00:03:19 ActivePerl-1800 CPAN-2.00 Reading '/home/fly1800/var/cpan/Metadata' Database was generated on Mon, 21 Apr 2014 05:29:01 GMT Running make for J/JJ/JJORE/B-Utils-0.22.tar.gz Fetching with LWP: http://cpan.nas1.activestate.com/authors/id/J/JJ/JJORE/B-Utils-0.22.tar.gz Fetching with LWP: http://cpan.nas1.activestate.com/authors/id/J/JJ/JJORE/CHECKSUMS Checksum for /home/fly1800/var/cpan/sources/authors/id/J/JJ/JJORE/B-Utils-0.22.tar.gz ok B-Utils-0.22/ B-Utils-0.22/dist.ini B-Utils-0.22/LICENSE B-Utils-0.22/Makefile.PL B-Utils-0.22/README B-Utils-0.22/lib/ B-Utils-0.22/lib/B/ B-Utils-0.22/lib/B/Utils/ B-Utils-0.22/lib/B/Utils/OP.pm B-Utils-0.22/lib/B/Utils.pm B-Utils-0.22/BUtils_op.h B-Utils-0.22/BUtils.h B-Utils-0.22/OP.xs B-Utils-0.22/build/ B-Utils-0.22/build/IFiles.pm B-Utils-0.22/typemap B-Utils-0.22/xt/ B-Utils-0.22/xt/ppport.t B-Utils-0.22/xt/version.t B-Utils-0.22/MANIFEST B-Utils-0.22/weaver.ini B-Utils-0.22/Utils.xs B-Utils-0.22/t/ B-Utils-0.22/t/utils/ B-Utils-0.22/t/utils/33ancestors.t B-Utils-0.22/t/utils/30parent.t B-Utils-0.22/t/utils/32kids.t B-Utils-0.22/t/utils/50carp.t B-Utils-0.22/t/utils/34descendants.t B-Utils-0.22/t/utils/31oldname.t B-Utils-0.22/t/utils/41walkfilt.t B-Utils-0.22/t/utils/44optrep.t B-Utils-0.22/t/utils/40walk.t B-Utils-0.22/t/utils/35siblings.t B-Utils-0.22/t/utils/36previous.t B-Utils-0.22/t/utils/37stringify.t B-Utils-0.22/t/utils/42all.t B-Utils-0.22/t/utils/51croak.t B-Utils-0.22/t/utils/20all_starts.t B-Utils-0.22/t/utils/43allfilt.t B-Utils-0.22/t/utils/21all_roots.t B-Utils-0.22/t/utils/22anon_subs.t B-Utils-0.22/t/regression_walkallops_filtered.t B-Utils-0.22/t/10use.t B-Utils-0.22/t/release-pod-syntax.t B-Utils-0.22/t/11export.t B-Utils-0.22/Changes B-Utils-0.22/META.yml B-Utils-0.22/ppport.h CPAN.pm: Building J/JJ/JJORE/B-Utils-0.22.tar.gz >>> /home/fly1800/ap1800-297235/bin/perl-static Makefile.PL Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for B::Utils Writing MYMETA.yml and MYMETA.json >>> make cp BUtils.h blib/arch/B/Utils/Install/BUtils.h cp build/IFiles.pm blib/arch/B/Utils/Install/Files.pm cp typemap blib/arch/B/Utils/Install/typemap cp lib/B/Utils.pm blib/lib/B/Utils.pm cp lib/B/Utils/OP.pm blib/lib/B/Utils/OP.pm Running Mkbootstrap for B::Utils () chmod 644 Utils.bs /home/fly1800/ap1800-297235/bin/perl-static /home/fly1800/var/megalib/ExtUtils/xsubpp -typemap /home/fly1800/ap1800-297235/lib/ExtUtils/typemap -typemap typemap -typemap typemap Utils.xs > Utils.xsc && mv Utils.xsc Utils.c gcc -c -D_REENTRANT -D_GNU_SOURCE -DUSE_SITECUSTOMIZE -DPERL_RELOCATABLE_INCPUSH -fno-merge-constants -fno-strict-aliasing -pipe -fstack-protector -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"0.22\" -DXS_VERSION=\"0.22\" -fPIC "-I/home/fly1800/ap1800-297235/lib/CORE" Utils.c /home/fly1800/ap1800-297235/bin/perl-static /home/fly1800/var/megalib/ExtUtils/xsubpp -typemap /home/fly1800/ap1800-297235/lib/ExtUtils/typemap -typemap typemap -typemap typemap OP.xs > OP.xsc && mv OP.xsc OP.c gcc -c -D_REENTRANT -D_GNU_SOURCE -DUSE_SITECUSTOMIZE -DPERL_RELOCATABLE_INCPUSH -fno-merge-constants -fno-strict-aliasing -pipe -fstack-protector -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"0.22\" -DXS_VERSION=\"0.22\" -fPIC "-I/home/fly1800/ap1800-297235/lib/CORE" OP.c rm -f blib/arch/auto/B/Utils/Utils.so gcc -shared -O2 -fstack-protector Utils.o OP.o -o blib/arch/auto/B/Utils/Utils.so \ \ chmod 755 blib/arch/auto/B/Utils/Utils.so /home/fly1800/ap1800-297235/bin/perl-static -MExtUtils::Command::MM -e 'cp_nonempty' -- Utils.bs blib/arch/auto/B/Utils/Utils.bs 644 Manifying blib/man3/B::Utils.3 Manifying blib/man3/B::Utils::OP.3 JJORE/B-Utils-0.22.tar.gz make -- OK Running make test >>> make test TEST_VERBOSE=1 Running Mkbootstrap for B::Utils () chmod 644 Utils.bs PERL_DL_NONLAZY=1 /home/fly1800/ap1800-297235/bin/perl-static "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(1, 'blib/lib', 'blib/arch')" t/*.t t/*/*.t t/10use.t ........................... 1..2 ok 1 - use B::Utils; ok 2 - use B::Utils::OP; ok t/11export.t ........................ 1..12 ok 1 - Can import() ok 2 - Nothing is exported without asking ok 3 - All optional exports are exported via :all ok 4 - B::Utils exports all_starts ok 5 - B::Utils exports all_roots ok 6 - B::Utils exports anon_subs ok 7 - B::Utils exports recalc_sub_cache ok 8 - B::Utils exports walkoptree_simple ok 9 - B::Utils exports walkoptree_filtered ok 10 - B::Utils exports walkallops_simple ok 11 - B::Utils exports walkallops_filtered ok 12 - B::Utils->VERSION is specified ok t/regression_walkallops_filtered.t .. 1..3 ok 1 - defined &walkallops_filtered ok 2 - defined &opgrep ok 3 - Successfully called walkallops_filtered ok t/release-pod-syntax.t .............. skipped: these tests are for release candidate testing t/utils/20all_starts.t .............. 1..4 ok 1 - Found start ok 2 - Found correct start ok 3 - Found start ok 4 - Found correct start ok t/utils/21all_roots.t ............... 1..4 ok 1 - Found root ok 2 - Found correct root ok 3 - Found root ok 4 - Found correct root ok t/utils/22anon_subs.t ............... 1..2 ok 1 - Found correct anon sub ok 2 - Found correct anon sub ok t/utils/30parent.t .................. 1..181 ok 1 - No parent for root leavesub-UNOP=(0x8de9108) ok 2 - lineseq-LISTOP=(0x8dd4290) has a parent ok 3 - lineseq-LISTOP=(0x8dd4290) has the *right* parent B::UNOP=SCALAR(0x8f85cf8) ok 4 - nextstate-COP=(0x8dd42b4) has a parent ok 5 - nextstate-COP=(0x8dd42b4) has the *right* parent B::LISTOP=SCALAR(0x8fa0b40) ok 6 - null-UNOP=(0x8dd42ec) has a parent ok 7 - null-UNOP=(0x8dd42ec) has the *right* parent B::LISTOP=SCALAR(0x8fa1648) ok 8 - and-LOGOP=(0x8dd430c) has a parent ok 9 - and-LOGOP=(0x8dd430c) has the *right* parent B::UNOP=SCALAR(0x8fae2d0) ok 10 - entersub-UNOP=(0x8dd4330) has a parent ok 11 - entersub-UNOP=(0x8dd4330) has the *right* parent B::LOGOP=SCALAR(0x8fae6e0) ok 12 - null-UNOP=(0x8df0c98) has a parent ok 13 - null-UNOP=(0x8df0c98) has the *right* parent B::UNOP=SCALAR(0x8fa1594) ok 14 - pushmark-OP=(0x8dd4350) has a parent ok 15 - pushmark-OP=(0x8dd4350) has the *right* parent B::UNOP=SCALAR(0x8fa1490) ok 16 - null-UNOP=(0x8dd436c) has a parent ok 17 - null-UNOP=(0x8dd436c) has the *right* parent B::UNOP=SCALAR(0x8fa1800) ok 18 - gv-PADOP=(0x8df0cc0) has a parent ok 19 - gv-PADOP=(0x8df0cc0) has the *right* parent B::UNOP=SCALAR(0x8fa1850) ok 20 - entersub-UNOP=(0x8df0ce0) has a parent ok 21 - entersub-UNOP=(0x8df0ce0) has the *right* parent B::LOGOP=SCALAR(0x8fb4834) ok 22 - null-UNOP=(0x8df0d00) has a parent ok 23 - null-UNOP=(0x8df0d00) has the *right* parent B::UNOP=SCALAR(0x8f8d6fc) ok 24 - pushmark-OP=(0x8df0d44) has a parent ok 25 - pushmark-OP=(0x8df0d44) has the *right* parent B::UNOP=SCALAR(0x8fa89b0) ok 26 - null-UNOP=(0x8df0d24) has a parent ok 27 - null-UNOP=(0x8df0d24) has the *right* parent B::UNOP=SCALAR(0x8fa1904) ok 28 - gv-PADOP=(0x8df0d64) has a parent ok 29 - gv-PADOP=(0x8df0d64) has the *right* parent B::UNOP=SCALAR(0x8fa8c58) ok 30 - nextstate-COP=(0x8dd5010) has a parent ok 31 - nextstate-COP=(0x8dd5010) has the *right* parent B::LISTOP=SCALAR(0x8faec30) ok 32 - leaveloop-BINOP=(0x8dd5048) has a parent ok 33 - leaveloop-BINOP=(0x8dd5048) has the *right* parent B::LISTOP=SCALAR(0x8fa18c8) ok 34 - enteriter-LOOP=(0x8dd50f0) has a parent ok 35 - enteriter-LOOP=(0x8dd50f0) has the *right* parent B::BINOP=SCALAR(0x8fae294) ok 36 - null-OP=(0x8dd5120) has a parent ok 37 - null-OP=(0x8dd5120) has the *right* parent B::LOOP=SCALAR(0x8fae6e0) ok 38 - null-UNOP=(0x8dd517c) has a parent ok 39 - null-UNOP=(0x8dd517c) has the *right* parent B::LOOP=SCALAR(0x8fa9374) ok 40 - pushmark-OP=(0x8dd5160) has a parent ok 41 - pushmark-OP=(0x8dd5160) has the *right* parent B::UNOP=SCALAR(0x8faedd4) ok 42 - entersub-UNOP=(0x8dd51c0) has a parent ok 43 - entersub-UNOP=(0x8dd51c0) has the *right* parent B::UNOP=SCALAR(0x8fb480c) ok 44 - null-UNOP=(0x8dd41a0) has a parent ok 45 - null-UNOP=(0x8dd41a0) has the *right* parent B::UNOP=SCALAR(0x8fae6b8) ok 46 - pushmark-OP=(0x8dd51e0) has a parent ok 47 - pushmark-OP=(0x8dd51e0) has the *right* parent B::UNOP=SCALAR(0x8faee9c) ok 48 - null-UNOP=(0x8dd51fc) has a parent ok 49 - null-UNOP=(0x8dd51fc) has the *right* parent B::UNOP=SCALAR(0x8faef00) ok 50 - gv-PADOP=(0x8dd41cc) has a parent ok 51 - gv-PADOP=(0x8dd41cc) has the *right* parent B::UNOP=SCALAR(0x8fb4514) ok 52 - gv-PADOP=(0x8dd51a0) has a parent ok 53 - gv-PADOP=(0x8dd51a0) has the *right* parent B::LOOP=SCALAR(0x8f8e084) ok 54 - null-UNOP=(0x8dd506c) has a parent ok 55 - null-UNOP=(0x8dd506c) has the *right* parent B::BINOP=SCALAR(0x8fae410) ok 56 - and-LOGOP=(0x8dd508c) has a parent ok 57 - and-LOGOP=(0x8dd508c) has the *right* parent B::UNOP=SCALAR(0x8f8e048) ok 58 - iter-OP=(0x8dd513c) has a parent ok 59 - iter-OP=(0x8dd513c) has the *right* parent B::LOGOP=SCALAR(0x8fb4be0) ok 60 - lineseq-LISTOP=(0x8dd50b0) has a parent ok 61 - lineseq-LISTOP=(0x8dd50b0) has the *right* parent B::LOGOP=SCALAR(0x8fb87d4) ok 62 - entersub-UNOP=(0x8dd41ec) has a parent ok 63 - entersub-UNOP=(0x8dd41ec) has the *right* parent B::LISTOP=SCALAR(0x8fb8608) ok 64 - null-UNOP=(0x8dd420c) has a parent ok 65 - null-UNOP=(0x8dd420c) has the *right* parent B::UNOP=SCALAR(0x8fb4e88) ok 66 - pushmark-OP=(0x8dd4250) has a parent ok 67 - pushmark-OP=(0x8dd4250) has the *right* parent B::UNOP=SCALAR(0x8fb87e8) ok 68 - null-UNOP=(0x8dd4230) has a parent ok 69 - null-UNOP=(0x8dd4230) has the *right* parent B::UNOP=SCALAR(0x8fb8c34) ok 70 - gv-PADOP=(0x8dd4270) has a parent ok 71 - gv-PADOP=(0x8dd4270) has the *right* parent B::UNOP=SCALAR(0x8fb8810) ok 72 - unstack-OP=(0x8dd50d4) has a parent ok 73 - unstack-OP=(0x8dd50d4) has the *right* parent B::LISTOP=SCALAR(0x8fb8608) ok 74 - nextstate-COP=(0x8dd4f70) has a parent ok 75 - nextstate-COP=(0x8dd4f70) has the *right* parent B::LISTOP=SCALAR(0x8fb8ae0) ok 76 - sassign-BINOP=(0x8dd4fa8) has a parent ok 77 - sassign-BINOP=(0x8dd4fa8) has the *right* parent B::LISTOP=SCALAR(0x8fb9224) ok 78 - const-SVOP=(0x8dd4fcc) has a parent ok 79 - const-SVOP=(0x8dd4fcc) has the *right* parent B::BINOP=SCALAR(0x8fb8ab8) ok 80 - padsv-OP=(0x8dd4fec) has a parent ok 81 - padsv-OP=(0x8dd4fec) has the *right* parent B::BINOP=SCALAR(0x8fb4d48) ok 82 - nextstate-COP=(0x8de9560) has a parent ok 83 - nextstate-COP=(0x8de9560) has the *right* parent B::LISTOP=SCALAR(0x8fb8ef0) ok 84 - leave-LISTOP=(0x8de9598) has a parent ok 85 - leave-LISTOP=(0x8de9598) has the *right* parent B::LISTOP=SCALAR(0x8fb92b0) ok 86 - enter-OP=(0x8de95bc) has a parent ok 87 - enter-OP=(0x8de95bc) has the *right* parent B::LISTOP=SCALAR(0x8fbd20c) ok 88 - null-UNOP=(0x8de95d8) has a parent ok 89 - null-UNOP=(0x8de95d8) has the *right* parent B::LISTOP=SCALAR(0x8fb9468) ok 90 - and-LOGOP=(0x8de95f8) has a parent ok 91 - and-LOGOP=(0x8de95f8) has the *right* parent B::UNOP=SCALAR(0x8fbd5e0) ok 92 - lt-BINOP=(0x8de965c) has a parent ok 93 - lt-BINOP=(0x8de965c) has the *right* parent B::LOGOP=SCALAR(0x8fbd4f0) ok 94 - entersub-UNOP=(0x8de96bc) has a parent ok 95 - entersub-UNOP=(0x8de96bc) has the *right* parent B::BINOP=SCALAR(0x8fbd4c8) ok 96 - null-UNOP=(0x8dd4e30) has a parent ok 97 - null-UNOP=(0x8dd4e30) has the *right* parent B::UNOP=SCALAR(0x8fbd39c) ok 98 - pushmark-OP=(0x8dd4e88) has a parent ok 99 - pushmark-OP=(0x8dd4e88) has the *right* parent B::UNOP=SCALAR(0x8fbdb08) ok 100 - null-UNOP=(0x8dd4e68) has a parent ok 101 - null-UNOP=(0x8dd4e68) has the *right* parent B::UNOP=SCALAR(0x8fbd130) ok 102 - gv-PADOP=(0x8dd4ea8) has a parent ok 103 - gv-PADOP=(0x8dd4ea8) has the *right* parent B::UNOP=SCALAR(0x8fb93a0) ok 104 - predec-UNOP=(0x8de9680) has a parent ok 105 - predec-UNOP=(0x8de9680) has the *right* parent B::BINOP=SCALAR(0x8fbd39c) ok 106 - padsv-OP=(0x8de96a0) has a parent ok 107 - padsv-OP=(0x8de96a0) has the *right* parent B::UNOP=SCALAR(0x8fbdbbc) ok 108 - lineseq-LISTOP=(0x8de961c) has a parent ok 109 - lineseq-LISTOP=(0x8de961c) has the *right* parent B::LOGOP=SCALAR(0x8fbd680) ok 110 - entersub-UNOP=(0x8dd4ec8) has a parent ok 111 - entersub-UNOP=(0x8dd4ec8) has the *right* parent B::LISTOP=SCALAR(0x8fc1504) ok 112 - null-UNOP=(0x8dd4ee8) has a parent ok 113 - null-UNOP=(0x8dd4ee8) has the *right* parent B::UNOP=SCALAR(0x8fbd694) ok 114 - pushmark-OP=(0x8dd4f2c) has a parent ok 115 - pushmark-OP=(0x8dd4f2c) has the *right* parent B::UNOP=SCALAR(0x8fbd824) ok 116 - null-UNOP=(0x8dd4f0c) has a parent ok 117 - null-UNOP=(0x8dd4f0c) has the *right* parent B::UNOP=SCALAR(0x8fbdf68) ok 118 - gv-PADOP=(0x8dd4f4c) has a parent ok 119 - gv-PADOP=(0x8dd4f4c) has the *right* parent B::UNOP=SCALAR(0x8fc17ac) ok 120 - unstack-OP=(0x8de9640) has a parent ok 121 - unstack-OP=(0x8de9640) has the *right* parent B::LISTOP=SCALAR(0x8fc1b08) ok 122 - nextstate-COP=(0x8de92fc) has a parent ok 123 - nextstate-COP=(0x8de92fc) has the *right* parent B::LISTOP=SCALAR(0x8fbdfa4) ok 124 - padsv-OP=(0x8de953c) has a parent ok 125 - padsv-OP=(0x8de953c) has the *right* parent B::LISTOP=SCALAR(0x8fbd5e0) ok 126 - unstack-OP=(0x8de9358) has a parent ok 127 - unstack-OP=(0x8de9358) has the *right* parent B::LISTOP=SCALAR(0x8fc1e3c) ok 128 - leaveloop-BINOP=(0x8de9374) has a parent ok 129 - leaveloop-BINOP=(0x8de9374) has the *right* parent B::LISTOP=SCALAR(0x8fc17c0) ok 130 - enterloop-LOOP=(0x8de9398) has a parent ok 131 - enterloop-LOOP=(0x8de9398) has the *right* parent B::BINOP=SCALAR(0x8fc1a04) ok 132 - null-UNOP=(0x8de93c8) has a parent ok 133 - null-UNOP=(0x8de93c8) has the *right* parent B::BINOP=SCALAR(0x8fc1644) ok 134 - and-LOGOP=(0x8de93e8) has a parent ok 135 - and-LOGOP=(0x8de93e8) has the *right* parent B::UNOP=SCALAR(0x8fc1dd8) ok 136 - padsv-OP=(0x8de9520) has a parent ok 137 - padsv-OP=(0x8de9520) has the *right* parent B::LOGOP=SCALAR(0x8fc1f2c) ok 138 - lineseq-LISTOP=(0x8de940c) has a parent ok 139 - lineseq-LISTOP=(0x8de940c) has the *right* parent B::LOGOP=SCALAR(0x8fc24e8) ok 140 - scope-LISTOP=(0x8de944c) has a parent ok 141 - scope-LISTOP=(0x8de944c) has the *right* parent B::LISTOP=SCALAR(0x8fc2120) ok 142 - null-OP=(0x8de9470) has a parent ok 143 - null-OP=(0x8de9470) has the *right* parent B::LISTOP=SCALAR(0x8fc2600) ok 144 - preinc-UNOP=(0x8de94a8) has a parent ok 145 - preinc-UNOP=(0x8de94a8) has the *right* parent B::LISTOP=SCALAR(0x8fc28a8) ok 146 - padsv-OP=(0x8de94c8) has a parent ok 147 - padsv-OP=(0x8de94c8) has the *right* parent B::UNOP=SCALAR(0x8fc2574) ok 148 - preinc-UNOP=(0x8de94e4) has a parent ok 149 - preinc-UNOP=(0x8de94e4) has the *right* parent B::LISTOP=SCALAR(0x8fc2170) ok 150 - padsv-OP=(0x8de9504) has a parent ok 151 - padsv-OP=(0x8de9504) has the *right* parent B::UNOP=SCALAR(0x8fc2830) ok 152 - unstack-OP=(0x8de9430) has a parent ok 153 - unstack-OP=(0x8de9430) has the *right* parent B::LISTOP=SCALAR(0x8fc2170) ok 154 - nextstate-COP=(0x8de912c) has a parent ok 155 - nextstate-COP=(0x8de912c) has the *right* parent B::LISTOP=SCALAR(0x8fc224c) ok 156 - leaveloop-BINOP=(0x8de9164) has a parent ok 157 - leaveloop-BINOP=(0x8de9164) has the *right* parent B::LISTOP=SCALAR(0x8fbd824) ok 158 - enteriter-LOOP=(0x8de920c) has a parent ok 159 - enteriter-LOOP=(0x8de920c) has the *right* parent B::BINOP=SCALAR(0x8fc1dd8) ok 160 - null-OP=(0x8de923c) has a parent ok 161 - null-OP=(0x8de923c) has the *right* parent B::LOOP=SCALAR(0x8fc2614) ok 162 - null-UNOP=(0x8de9298) has a parent ok 163 - null-UNOP=(0x8de9298) has the *right* parent B::LOOP=SCALAR(0x8fc2cb8) ok 164 - pushmark-OP=(0x8de927c) has a parent ok 165 - pushmark-OP=(0x8de927c) has the *right* parent B::UNOP=SCALAR(0x8fc3230) ok 166 - const-SVOP=(0x8de92dc) has a parent ok 167 - const-SVOP=(0x8de92dc) has the *right* parent B::UNOP=SCALAR(0x8fc6490) ok 168 - gv-PADOP=(0x8de92bc) has a parent ok 169 - gv-PADOP=(0x8de92bc) has the *right* parent B::LOOP=SCALAR(0x8fc2e20) ok 170 - null-UNOP=(0x8de9188) has a parent ok 171 - null-UNOP=(0x8de9188) has the *right* parent B::BINOP=SCALAR(0x8fc2d1c) ok 172 - and-LOGOP=(0x8de91a8) has a parent ok 173 - and-LOGOP=(0x8de91a8) has the *right* parent B::UNOP=SCALAR(0x8fc3118) ok 174 - iter-OP=(0x8de9258) has a parent ok 175 - iter-OP=(0x8de9258) has the *right* parent B::LOGOP=SCALAR(0x8fc679c) ok 176 - lineseq-LISTOP=(0x8de91cc) has a parent ok 177 - lineseq-LISTOP=(0x8de91cc) has the *right* parent B::LOGOP=SCALAR(0x8fc6724) ok 178 - null-OP=(0x8de9334) has a parent ok 179 - null-OP=(0x8de9334) has the *right* parent B::LISTOP=SCALAR(0x8fc6954) ok 180 - unstack-OP=(0x8de91f0) has a parent ok 181 - unstack-OP=(0x8de91f0) has the *right* parent B::LISTOP=SCALAR(0x8fc6878) ok t/utils/31oldname.t ................. skipped: No tests written yet. t/utils/32kids.t .................... skipped: No tests written yet. t/utils/33ancestors.t ............... skipped: No tests written yet. t/utils/34descendants.t ............. skipped: No tests written yet. t/utils/35siblings.t ................ skipped: No tests written yet. t/utils/36previous.t ................ skipped: No tests written yet. t/utils/37stringify.t ............... skipped: No tests written yet. t/utils/40walk.t .................... ok 1 - walkoptree_simple lines of t/utils/40walk.t ok 2 1..2 ok t/utils/41walkfilt.t ................ skipped: No tests written yet. t/utils/42all.t ..................... skipped: No tests written yet. t/utils/43allfilt.t ................. skipped: No tests written yet. t/utils/44optrep.t .................. skipped: No tests written yet. t/utils/50carp.t .................... skipped: No tests written yet. t/utils/51croak.t ................... skipped: No tests written yet. All tests successful. Files=22, Tests=210, 2 wallclock secs ( 0.07 usr 0.07 sys + 1.64 cusr 0.10 csys = 1.88 CPU) Result: PASS JJORE/B-Utils-0.22.tar.gz make test TEST_VERBOSE=1 -- OK Joshua ben Jore <jjore@cpan.org> Helper functions for op tree manipulation >>> (cd /home/fly1800/var/cpan/build/B-Utils-0.22-F4vlvL && tar cvf - B-Utils-0.22.ppd blib) | gzip -c >/home/fly1800/var/REPO/J/JJ/JJORE/B-Utils-0.22.tar.gz B-Utils-0.22.ppd blib/ blib/man3/ blib/man3/B::Utils.3 blib/man3/B::Utils::OP.3 blib/lib/ blib/lib/B/ blib/lib/B/Utils/ blib/lib/B/Utils/OP.pm blib/lib/B/Utils.pm blib/arch/ blib/arch/B/ blib/arch/B/Utils/ blib/arch/B/Utils/Install/ blib/arch/B/Utils/Install/typemap blib/arch/B/Utils/Install/Files.pm blib/arch/B/Utils/Install/BUtils.h blib/arch/auto/ blib/arch/auto/B/ blib/arch/auto/B/Utils/ blib/arch/auto/B/Utils/Utils.so >>> mv /home/fly1800/var/cpan/build/B-Utils-0.22-F4vlvL/B-Utils-0.22.ppd /home/fly1800/var/REPO/J/JJ/JJORE VmSize: 135084 kB Finished 2014-04-21T00:03:28