PATH=/opt/SUNWspro/bin:/usr/local/bin:/opt/csw/bin:/usr/ccs/bin:/usr/bin:/usr/sbin Start 2014-04-21T02:11:49 ActivePerl-1402 CPAN-2.00 Reading '/export/home/fly1432/var/cpan/Metadata' Database was generated on Mon, 21 Apr 2014 07:06:14 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 /export/home/fly1432/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 >>> /export/home/fly1432/bin/perl 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 build/IFiles.pm blib/arch/B/Utils/Install/Files.pm cp typemap blib/arch/B/Utils/Install/typemap cp BUtils.h blib/arch/B/Utils/Install/BUtils.h cp lib/B/Utils/OP.pm blib/lib/B/Utils/OP.pm cp lib/B/Utils.pm blib/lib/B/Utils.pm Running Mkbootstrap for B::Utils () chmod 644 Utils.bs /export/home/fly1432/bin/perl /export/home/fly1432/var/megalib/ExtUtils/xsubpp -typemap /export/home/fly1432/ap1402/lib/ExtUtils/typemap -typemap typemap -typemap typemap Utils.xs > Utils.xsc && mv Utils.xsc Utils.c cc -c -D_REENTRANT -DUSE_SITECUSTOMIZE -DPERL_RELOCATABLE_INCPUSH -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O -DVERSION=\"0.22\" -DXS_VERSION=\"0.22\" -KPIC "-I/export/home/fly1432/ap1402/lib/CORE" Utils.c "/export/home/fly1432/ap1402/lib/CORE/regexp.h", line 329: warning: statement not reached /export/home/fly1432/bin/perl /export/home/fly1432/var/megalib/ExtUtils/xsubpp -typemap /export/home/fly1432/ap1402/lib/ExtUtils/typemap -typemap typemap -typemap typemap OP.xs > OP.xsc && mv OP.xsc OP.c cc -c -D_REENTRANT -DUSE_SITECUSTOMIZE -DPERL_RELOCATABLE_INCPUSH -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O -DVERSION=\"0.22\" -DXS_VERSION=\"0.22\" -KPIC "-I/export/home/fly1432/ap1402/lib/CORE" OP.c "/export/home/fly1432/ap1402/lib/CORE/regexp.h", line 329: warning: statement not reached rm -f blib/arch/auto/B/Utils/Utils.so cc -G -L/usr/lib -L/usr/ccs/lib -L/opt/SUNWspro/prod/lib/v8plus -L/opt/SUNWspro/prod/lib -L/lib Utils.o OP.o -o blib/arch/auto/B/Utils/Utils.so \ \ chmod 755 blib/arch/auto/B/Utils/Utils.so /export/home/fly1432/bin/perl -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 /export/home/fly1432/bin/perl "-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=(0x0205a48) ok 2 - lineseq-LISTOP=(0x0215240) has a parent ok 3 - lineseq-LISTOP=(0x0215240) has the *right* parent B::UNOP=SCALAR(0x382708) ok 4 - nextstate-COP=(0x01d2538) has a parent ok 5 - nextstate-COP=(0x01d2538) has the *right* parent B::LISTOP=SCALAR(0x389c00) ok 6 - null-UNOP=(0x0216138) has a parent ok 7 - null-UNOP=(0x0216138) has the *right* parent B::LISTOP=SCALAR(0x389be0) ok 8 - and-LOGOP=(0x01fd2f0) has a parent ok 9 - and-LOGOP=(0x01fd2f0) has the *right* parent B::UNOP=SCALAR(0x3900d8) ok 10 - entersub-UNOP=(0x01d4140) has a parent ok 11 - entersub-UNOP=(0x01d4140) has the *right* parent B::LOGOP=SCALAR(0x397238) ok 12 - null-UNOP=(0x01fd318) has a parent ok 13 - null-UNOP=(0x01fd318) has the *right* parent B::UNOP=SCALAR(0x389ed0) ok 14 - pushmark-OP=(0x01d4180) has a parent ok 15 - pushmark-OP=(0x01d4180) has the *right* parent B::UNOP=SCALAR(0x38a270) ok 16 - null-UNOP=(0x01d4200) has a parent ok 17 - null-UNOP=(0x01d4200) has the *right* parent B::UNOP=SCALAR(0x38a000) ok 18 - gv-PADOP=(0x01d41e0) has a parent ok 19 - gv-PADOP=(0x01d41e0) has the *right* parent B::UNOP=SCALAR(0x38a8d0) ok 20 - entersub-UNOP=(0x01d4120) has a parent ok 21 - entersub-UNOP=(0x01d4120) has the *right* parent B::LOGOP=SCALAR(0x397708) ok 22 - null-UNOP=(0x01fd2c8) has a parent ok 23 - null-UNOP=(0x01fd2c8) has the *right* parent B::UNOP=SCALAR(0x37e3a8) ok 24 - pushmark-OP=(0x01d40c0) has a parent ok 25 - pushmark-OP=(0x01d40c0) has the *right* parent B::UNOP=SCALAR(0x37e7e8) ok 26 - null-UNOP=(0x01d41c0) has a parent ok 27 - null-UNOP=(0x01d41c0) has the *right* parent B::UNOP=SCALAR(0x37e308) ok 28 - gv-PADOP=(0x01d4160) has a parent ok 29 - gv-PADOP=(0x01d4160) has the *right* parent B::UNOP=SCALAR(0x38fb38) ok 30 - nextstate-COP=(0x019bfb0) has a parent ok 31 - nextstate-COP=(0x019bfb0) has the *right* parent B::LISTOP=SCALAR(0x390258) ok 32 - leaveloop-BINOP=(0x020b3b0) has a parent ok 33 - leaveloop-BINOP=(0x020b3b0) has the *right* parent B::LISTOP=SCALAR(0x37e7e8) ok 34 - enteriter-LOOP=(0x01d6dc8) has a parent ok 35 - enteriter-LOOP=(0x01d6dc8) has the *right* parent B::BINOP=SCALAR(0x397388) ok 36 - null-OP=(0x02160d8) has a parent ok 37 - null-OP=(0x02160d8) has the *right* parent B::LOOP=SCALAR(0x37ee88) ok 38 - null-UNOP=(0x01fd390) has a parent ok 39 - null-UNOP=(0x01fd390) has the *right* parent B::LOOP=SCALAR(0x37ee88) ok 40 - pushmark-OP=(0x0216098) has a parent ok 41 - pushmark-OP=(0x0216098) has the *right* parent B::UNOP=SCALAR(0x397318) ok 42 - entersub-UNOP=(0x02160f8) has a parent ok 43 - entersub-UNOP=(0x02160f8) has the *right* parent B::UNOP=SCALAR(0x397a28) ok 44 - null-UNOP=(0x0215290) has a parent ok 45 - null-UNOP=(0x0215290) has the *right* parent B::UNOP=SCALAR(0x397858) ok 46 - pushmark-OP=(0x0216198) has a parent ok 47 - pushmark-OP=(0x0216198) has the *right* parent B::UNOP=SCALAR(0x397958) ok 48 - null-UNOP=(0x01d4000) has a parent ok 49 - null-UNOP=(0x01d4000) has the *right* parent B::UNOP=SCALAR(0x3976a8) ok 50 - gv-PADOP=(0x0216178) has a parent ok 51 - gv-PADOP=(0x0216178) has the *right* parent B::UNOP=SCALAR(0x397b58) ok 52 - gv-PADOP=(0x02160b8) has a parent ok 53 - gv-PADOP=(0x02160b8) has the *right* parent B::LOOP=SCALAR(0x397518) ok 54 - null-UNOP=(0x020bf38) has a parent ok 55 - null-UNOP=(0x020bf38) has the *right* parent B::BINOP=SCALAR(0x397218) ok 56 - and-LOGOP=(0x020b400) has a parent ok 57 - and-LOGOP=(0x020b400) has the *right* parent B::UNOP=SCALAR(0x397b08) ok 58 - iter-OP=(0x0216118) has a parent ok 59 - iter-OP=(0x0216118) has the *right* parent B::LOGOP=SCALAR(0x39b000) ok 60 - lineseq-LISTOP=(0x0215218) has a parent ok 61 - lineseq-LISTOP=(0x0215218) has the *right* parent B::LOGOP=SCALAR(0x39b4b0) ok 62 - entersub-UNOP=(0x0216158) has a parent ok 63 - entersub-UNOP=(0x0216158) has the *right* parent B::LISTOP=SCALAR(0x39b3c0) ok 64 - null-UNOP=(0x0215268) has a parent ok 65 - null-UNOP=(0x0215268) has the *right* parent B::UNOP=SCALAR(0x39b750) ok 66 - pushmark-OP=(0x0214da0) has a parent ok 67 - pushmark-OP=(0x0214da0) has the *right* parent B::UNOP=SCALAR(0x39b550) ok 68 - null-UNOP=(0x0214dc0) has a parent ok 69 - null-UNOP=(0x0214dc0) has the *right* parent B::UNOP=SCALAR(0x39b480) ok 70 - gv-PADOP=(0x02120b8) has a parent ok 71 - gv-PADOP=(0x02120b8) has the *right* parent B::UNOP=SCALAR(0x39b8e0) ok 72 - unstack-OP=(0x0208ff8) has a parent ok 73 - unstack-OP=(0x0208ff8) has the *right* parent B::LISTOP=SCALAR(0x39b230) ok 74 - nextstate-COP=(0x01d3b20) has a parent ok 75 - nextstate-COP=(0x01d3b20) has the *right* parent B::LISTOP=SCALAR(0x39b760) ok 76 - sassign-BINOP=(0x020b388) has a parent ok 77 - sassign-BINOP=(0x020b388) has the *right* parent B::LISTOP=SCALAR(0x39b550) ok 78 - const-SVOP=(0x020bed8) has a parent ok 79 - const-SVOP=(0x020bed8) has the *right* parent B::BINOP=SCALAR(0x39be40) ok 80 - padsv-OP=(0x020bef8) has a parent ok 81 - padsv-OP=(0x020bef8) has the *right* parent B::BINOP=SCALAR(0x39be00) ok 82 - nextstate-COP=(0x01d45a8) has a parent ok 83 - nextstate-COP=(0x01d45a8) has the *right* parent B::LISTOP=SCALAR(0x39bcc0) ok 84 - leave-LISTOP=(0x01fd9a8) has a parent ok 85 - leave-LISTOP=(0x01fd9a8) has the *right* parent B::LISTOP=SCALAR(0x39bee0) ok 86 - enter-OP=(0x0205ca8) has a parent ok 87 - enter-OP=(0x0205ca8) has the *right* parent B::LISTOP=SCALAR(0x39bd90) ok 88 - null-UNOP=(0x0205cc8) has a parent ok 89 - null-UNOP=(0x0205cc8) has the *right* parent B::LISTOP=SCALAR(0x39be30) ok 90 - and-LOGOP=(0x01fd9d0) has a parent ok 91 - and-LOGOP=(0x01fd9d0) has the *right* parent B::UNOP=SCALAR(0x3a33e0) ok 92 - lt-BINOP=(0x01fda20) has a parent ok 93 - lt-BINOP=(0x01fda20) has the *right* parent B::LOGOP=SCALAR(0x3a3350) ok 94 - entersub-UNOP=(0x0205d68) has a parent ok 95 - entersub-UNOP=(0x0205d68) has the *right* parent B::BINOP=SCALAR(0x3a34d0) ok 96 - null-UNOP=(0x020b3d8) has a parent ok 97 - null-UNOP=(0x020b3d8) has the *right* parent B::UNOP=SCALAR(0x3a37f0) ok 98 - pushmark-OP=(0x020bf78) has a parent ok 99 - pushmark-OP=(0x020bf78) has the *right* parent B::UNOP=SCALAR(0x3a3890) ok 100 - null-UNOP=(0x020bfb8) has a parent ok 101 - null-UNOP=(0x020bfb8) has the *right* parent B::UNOP=SCALAR(0x3a3b30) ok 102 - gv-PADOP=(0x020bf98) has a parent ok 103 - gv-PADOP=(0x020bf98) has the *right* parent B::UNOP=SCALAR(0x3a39f0) ok 104 - predec-UNOP=(0x0205d28) has a parent ok 105 - predec-UNOP=(0x0205d28) has the *right* parent B::BINOP=SCALAR(0x3a3800) ok 106 - padsv-OP=(0x0205ce8) has a parent ok 107 - padsv-OP=(0x0205ce8) has the *right* parent B::UNOP=SCALAR(0x3a3ca0) ok 108 - lineseq-LISTOP=(0x01fd9f8) has a parent ok 109 - lineseq-LISTOP=(0x01fd9f8) has the *right* parent B::LOGOP=SCALAR(0x3a3c70) ok 110 - entersub-UNOP=(0x020bf58) has a parent ok 111 - entersub-UNOP=(0x020bf58) has the *right* parent B::LISTOP=SCALAR(0x3a3d60) ok 112 - null-UNOP=(0x020b360) has a parent ok 113 - null-UNOP=(0x020b360) has the *right* parent B::UNOP=SCALAR(0x3a3f50) ok 114 - pushmark-OP=(0x020be58) has a parent ok 115 - pushmark-OP=(0x020be58) has the *right* parent B::UNOP=SCALAR(0x3a4040) ok 116 - null-UNOP=(0x020be38) has a parent ok 117 - null-UNOP=(0x020be38) has the *right* parent B::UNOP=SCALAR(0x3a3e90) ok 118 - gv-PADOP=(0x020be98) has a parent ok 119 - gv-PADOP=(0x020be98) has the *right* parent B::UNOP=SCALAR(0x3a4230) ok 120 - unstack-OP=(0x0205d08) has a parent ok 121 - unstack-OP=(0x0205d08) has the *right* parent B::LISTOP=SCALAR(0x3a6060) ok 122 - nextstate-COP=(0x01d93c0) has a parent ok 123 - nextstate-COP=(0x01d93c0) has the *right* parent B::LISTOP=SCALAR(0x3a3e90) ok 124 - padsv-OP=(0x0205d88) has a parent ok 125 - padsv-OP=(0x0205d88) has the *right* parent B::LISTOP=SCALAR(0x3a3270) ok 126 - unstack-OP=(0x0205bc8) has a parent ok 127 - unstack-OP=(0x0205bc8) has the *right* parent B::LISTOP=SCALAR(0x3a4150) ok 128 - leaveloop-BINOP=(0x01fd868) has a parent ok 129 - leaveloop-BINOP=(0x01fd868) has the *right* parent B::LISTOP=SCALAR(0x3a62f0) ok 130 - enterloop-LOOP=(0x01cfbd8) has a parent ok 131 - enterloop-LOOP=(0x01cfbd8) has the *right* parent B::BINOP=SCALAR(0x3a3550) ok 132 - null-UNOP=(0x0205b68) has a parent ok 133 - null-UNOP=(0x0205b68) has the *right* parent B::BINOP=SCALAR(0x3a6420) ok 134 - and-LOGOP=(0x01fd8b8) has a parent ok 135 - and-LOGOP=(0x01fd8b8) has the *right* parent B::UNOP=SCALAR(0x3a6610) ok 136 - padsv-OP=(0x0205c68) has a parent ok 137 - padsv-OP=(0x0205c68) has the *right* parent B::LOGOP=SCALAR(0x3a6590) ok 138 - lineseq-LISTOP=(0x01fd908) has a parent ok 139 - lineseq-LISTOP=(0x01fd908) has the *right* parent B::LOGOP=SCALAR(0x3a6780) ok 140 - scope-LISTOP=(0x01fd958) has a parent ok 141 - scope-LISTOP=(0x01fd958) has the *right* parent B::LISTOP=SCALAR(0x3a6870) ok 142 - null-OP=(0x01d4618) has a parent ok 143 - null-OP=(0x01d4618) has the *right* parent B::LISTOP=SCALAR(0x3a6d00) ok 144 - preinc-UNOP=(0x0205be8) has a parent ok 145 - preinc-UNOP=(0x0205be8) has the *right* parent B::LISTOP=SCALAR(0x3a6cc0) ok 146 - padsv-OP=(0x0205c08) has a parent ok 147 - padsv-OP=(0x0205c08) has the *right* parent B::UNOP=SCALAR(0x3a6d20) ok 148 - preinc-UNOP=(0x0205c88) has a parent ok 149 - preinc-UNOP=(0x0205c88) has the *right* parent B::LISTOP=SCALAR(0x3a6890) ok 150 - padsv-OP=(0x0205c48) has a parent ok 151 - padsv-OP=(0x0205c48) has the *right* parent B::UNOP=SCALAR(0x3a6f50) ok 152 - unstack-OP=(0x0205ba8) has a parent ok 153 - unstack-OP=(0x0205ba8) has the *right* parent B::LISTOP=SCALAR(0x3a6f50) ok 154 - nextstate-COP=(0x01d46b8) has a parent ok 155 - nextstate-COP=(0x01d46b8) has the *right* parent B::LISTOP=SCALAR(0x3a69f0) ok 156 - leaveloop-BINOP=(0x01fd7a0) has a parent ok 157 - leaveloop-BINOP=(0x01fd7a0) has the *right* parent B::LISTOP=SCALAR(0x3a3550) ok 158 - enteriter-LOOP=(0x01d2768) has a parent ok 159 - enteriter-LOOP=(0x01d2768) has the *right* parent B::BINOP=SCALAR(0x3a9fc0) ok 160 - null-OP=(0x0205ae8) has a parent ok 161 - null-OP=(0x0205ae8) has the *right* parent B::LOOP=SCALAR(0x3a6fa0) ok 162 - null-UNOP=(0x01fd840) has a parent ok 163 - null-UNOP=(0x01fd840) has the *right* parent B::LOOP=SCALAR(0x3a6fa0) ok 164 - pushmark-OP=(0x0200dc0) has a parent ok 165 - pushmark-OP=(0x0200dc0) has the *right* parent B::UNOP=SCALAR(0x3aa3a0) ok 166 - const-SVOP=(0x0205b88) has a parent ok 167 - const-SVOP=(0x0205b88) has the *right* parent B::UNOP=SCALAR(0x3aa500) ok 168 - gv-PADOP=(0x0200de0) has a parent ok 169 - gv-PADOP=(0x0200de0) has the *right* parent B::LOOP=SCALAR(0x3aa2a0) ok 170 - null-UNOP=(0x0205ac8) has a parent ok 171 - null-UNOP=(0x0205ac8) has the *right* parent B::BINOP=SCALAR(0x3a6f70) ok 172 - and-LOGOP=(0x01fd7c8) has a parent ok 173 - and-LOGOP=(0x01fd7c8) has the *right* parent B::UNOP=SCALAR(0x3aa1f0) ok 174 - iter-OP=(0x0205b08) has a parent ok 175 - iter-OP=(0x0205b08) has the *right* parent B::LOGOP=SCALAR(0x3aa8e0) ok 176 - lineseq-LISTOP=(0x01fd818) has a parent ok 177 - lineseq-LISTOP=(0x01fd818) has the *right* parent B::LOGOP=SCALAR(0x3aaaa0) ok 178 - null-OP=(0x0205b28) has a parent ok 179 - null-OP=(0x0205b28) has the *right* parent B::LISTOP=SCALAR(0x3aacd0) ok 180 - unstack-OP=(0x0205aa8) has a parent ok 181 - unstack-OP=(0x0205aa8) has the *right* parent B::LISTOP=SCALAR(0x3aa690) 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, 5 wallclock secs ( 0.38 usr 0.13 sys + 4.58 cusr 0.40 csys = 5.49 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 /export/home/fly1432/var/cpan/build/B-Utils-0.22-6D4iZm && tar cvf - B-Utils-0.22.ppd blib) | gzip -c >/export/home/fly1432/var/REPO/J/JJ/JJORE/B-Utils-0.22.tar.gz B-Utils-0.22.ppd blib/ blib/lib/ blib/lib/B/ blib/lib/B/Utils/ blib/lib/B/Utils/OP.pm blib/lib/B/Utils.pm blib/arch/ blib/arch/auto/ blib/arch/auto/B/ blib/arch/auto/B/Utils/ blib/arch/auto/B/Utils/Utils.so blib/arch/B/ blib/arch/B/Utils/ blib/arch/B/Utils/Install/ blib/arch/B/Utils/Install/Files.pm blib/arch/B/Utils/Install/typemap blib/arch/B/Utils/Install/BUtils.h blib/man3/ blib/man3/B::Utils.3 blib/man3/B::Utils::OP.3 >>> mv /export/home/fly1432/var/cpan/build/B-Utils-0.22-6D4iZm/B-Utils-0.22.ppd /export/home/fly1432/var/REPO/J/JJ/JJORE Finished 2014-04-21T02:12:09