PATH=/opt/SUNWspro/bin:/usr/local/bin:/opt/csw/bin:/usr/ccs/bin:/usr/bin:/usr/sbin Start 2014-04-25T08:08:30 ActivePerl-818 CPAN-2.00 Reading '/export/home/fly818/var/cpan/Metadata' Database was generated on Fri, 25 Apr 2014 13:06:14 GMT Running make for J/JJ/JJORE/B-Utils-0.25.tar.gz Fetching with LWP: http://cpan.nas1.activestate.com/authors/id/J/JJ/JJORE/B-Utils-0.25.tar.gz Fetching with LWP: http://cpan.nas1.activestate.com/authors/id/J/JJ/JJORE/CHECKSUMS Checksum for /export/home/fly818/var/cpan/sources/authors/id/J/JJ/JJORE/B-Utils-0.25.tar.gz ok You have Archive::Tar 1.40, but 1.50 or later is recommended. Please upgrade. B-Utils-0.25/ B-Utils-0.25/dist.ini B-Utils-0.25/LICENSE B-Utils-0.25/Makefile.PL B-Utils-0.25/README B-Utils-0.25/lib/ B-Utils-0.25/lib/B/ B-Utils-0.25/lib/B/Utils/ B-Utils-0.25/lib/B/Utils/OP.pm B-Utils-0.25/lib/B/Utils.pm B-Utils-0.25/BUtils_op.h B-Utils-0.25/BUtils.h B-Utils-0.25/OP.xs B-Utils-0.25/build/ B-Utils-0.25/build/IFiles.pm B-Utils-0.25/typemap B-Utils-0.25/xt/ B-Utils-0.25/xt/ppport.t B-Utils-0.25/xt/version.t B-Utils-0.25/MANIFEST B-Utils-0.25/weaver.ini B-Utils-0.25/Utils.xs B-Utils-0.25/t/ B-Utils-0.25/t/utils/ B-Utils-0.25/t/utils/33ancestors.t B-Utils-0.25/t/utils/30parent.t B-Utils-0.25/t/utils/32kids.t B-Utils-0.25/t/utils/50carp.t B-Utils-0.25/t/utils/34descendants.t B-Utils-0.25/t/utils/31oldname.t B-Utils-0.25/t/utils/41walkfilt.t B-Utils-0.25/t/utils/44optrep.t B-Utils-0.25/t/utils/40walk.t B-Utils-0.25/t/utils/35siblings.t B-Utils-0.25/t/utils/36previous.t B-Utils-0.25/t/utils/37stringify.t B-Utils-0.25/t/utils/42all.t B-Utils-0.25/t/utils/51croak.t B-Utils-0.25/t/utils/20all_starts.t B-Utils-0.25/t/utils/43allfilt.t B-Utils-0.25/t/utils/21all_roots.t B-Utils-0.25/t/utils/22anon_subs.t B-Utils-0.25/t/regression_walkallops_filtered.t B-Utils-0.25/t/12static.t~ B-Utils-0.25/t/10use.t B-Utils-0.25/t/release-pod-syntax.t B-Utils-0.25/t/11export.t B-Utils-0.25/Changes B-Utils-0.25/META.yml B-Utils-0.25/ppport.h CPAN.pm: Building J/JJ/JJORE/B-Utils-0.25.tar.gz >>> /export/home/fly818/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/fly818/bin/perl /export/home/fly818/var/megalib/ExtUtils/xsubpp -typemap /export/home/fly818/ap818/lib/ExtUtils/typemap -typemap typemap -typemap typemap Utils.xs > Utils.xsc && mv Utils.xsc Utils.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.25\" -DXS_VERSION=\"0.25\" -KPIC "-I/export/home/fly818/ap818/lib/CORE" Utils.c /export/home/fly818/bin/perl /export/home/fly818/var/megalib/ExtUtils/xsubpp -typemap /export/home/fly818/ap818/lib/ExtUtils/typemap -typemap typemap -typemap typemap OP.xs > OP.xsc && mv OP.xsc OP.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.25\" -DXS_VERSION=\"0.25\" -KPIC "-I/export/home/fly818/ap818/lib/CORE" OP.c rm -f blib/arch/auto/B/Utils/Utils.so cc -G -L/usr/lib -L/usr/ccs/lib -L/opt/SUNWspro/WS6U2/lib Utils.o OP.o -o blib/arch/auto/B/Utils/Utils.so \ \ chmod 755 blib/arch/auto/B/Utils/Utils.so /export/home/fly818/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.25.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/fly818/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..187 ok 1 - No parent for root leavesub-UNOP=(0x01fa998) ok 2 - lineseq-LISTOP=(0x0200d60) has a parent ok 3 - lineseq-LISTOP=(0x0200d60) has the *right* parent B::UNOP=SCALAR(0x36ea30) ok 4 - nextstate-COP=(0x0171668) has a parent ok 5 - nextstate-COP=(0x0171668) has the *right* parent B::LISTOP=SCALAR(0x38dbc8) ok 6 - null-UNOP=(0x0200d10) has a parent ok 7 - null-UNOP=(0x0200d10) has the *right* parent B::LISTOP=SCALAR(0x38dbb0) ok 8 - and-LOGOP=(0x01fae48) has a parent ok 9 - and-LOGOP=(0x01fae48) has the *right* parent B::UNOP=SCALAR(0x398a74) ok 10 - entersub-UNOP=(0x0186278) has a parent ok 11 - entersub-UNOP=(0x0186278) has the *right* parent B::LOGOP=SCALAR(0x398f30) ok 12 - null-UNOP=(0x01862a0) has a parent ok 13 - null-UNOP=(0x01862a0) has the *right* parent B::UNOP=SCALAR(0x38db68) ok 14 - pushmark-OP=(0x0182770) has a parent ok 15 - pushmark-OP=(0x0182770) has the *right* parent B::UNOP=SCALAR(0x38df34) ok 16 - null-UNOP=(0x019b1a0) has a parent ok 17 - null-UNOP=(0x019b1a0) has the *right* parent B::UNOP=SCALAR(0x38df28) ok 18 - gv-PADOP=(0x01862c8) has a parent ok 19 - gv-PADOP=(0x01862c8) has the *right* parent B::UNOP=SCALAR(0x38e57c) ok 20 - entersub-UNOP=(0x019b178) has a parent ok 21 - entersub-UNOP=(0x019b178) has the *right* parent B::LOGOP=SCALAR(0x3992b4) ok 22 - null-UNOP=(0x019b150) has a parent ok 23 - null-UNOP=(0x019b150) has the *right* parent B::UNOP=SCALAR(0x38e57c) ok 24 - pushmark-OP=(0x0182810) has a parent ok 25 - pushmark-OP=(0x0182810) has the *right* parent B::UNOP=SCALAR(0x38e570) ok 26 - null-UNOP=(0x019b128) has a parent ok 27 - null-UNOP=(0x019b128) has the *right* parent B::UNOP=SCALAR(0x3917ec) ok 28 - gv-PADOP=(0x014ec40) has a parent ok 29 - gv-PADOP=(0x014ec40) has the *right* parent B::UNOP=SCALAR(0x398a38) ok 30 - nextstate-COP=(0x0184278) has a parent ok 31 - nextstate-COP=(0x0184278) has the *right* parent B::LISTOP=SCALAR(0x398bc4) ok 32 - nextstate-COP=(0x01825c8) has a parent ok 33 - nextstate-COP=(0x01825c8) has the *right* parent B::LISTOP=SCALAR(0x3921b8) ok 34 - leaveloop-BINOP=(0x01fae20) has a parent ok 35 - leaveloop-BINOP=(0x01fae20) has the *right* parent B::LISTOP=SCALAR(0x38de08) ok 36 - enteriter-LOOP=(0x017ff70) has a parent ok 37 - enteriter-LOOP=(0x017ff70) has the *right* parent B::BINOP=SCALAR(0x38de44) ok 38 - null-OP=(0x02018f0) has a parent ok 39 - null-OP=(0x02018f0) has the *right* parent B::LOOP=SCALAR(0x398cb4) ok 40 - null-UNOP=(0x0200ef0) has a parent ok 41 - null-UNOP=(0x0200ef0) has the *right* parent B::LOOP=SCALAR(0x398768) ok 42 - pushmark-OP=(0x02018b0) has a parent ok 43 - pushmark-OP=(0x02018b0) has the *right* parent B::UNOP=SCALAR(0x399290) ok 44 - entersub-UNOP=(0x0200e78) has a parent ok 45 - entersub-UNOP=(0x0200e78) has the *right* parent B::UNOP=SCALAR(0x399248) ok 46 - null-UNOP=(0x0200e50) has a parent ok 47 - null-UNOP=(0x0200e50) has the *right* parent B::UNOP=SCALAR(0x398f60) ok 48 - pushmark-OP=(0x0201890) has a parent ok 49 - pushmark-OP=(0x0201890) has the *right* parent B::UNOP=SCALAR(0x3994c4) ok 50 - null-UNOP=(0x0200d38) has a parent ok 51 - null-UNOP=(0x0200d38) has the *right* parent B::UNOP=SCALAR(0x39f1a4) ok 52 - gv-PADOP=(0x0200e28) has a parent ok 53 - gv-PADOP=(0x0200e28) has the *right* parent B::UNOP=SCALAR(0x39ef88) ok 54 - gv-PADOP=(0x0200ec8) has a parent ok 55 - gv-PADOP=(0x0200ec8) has the *right* parent B::LOOP=SCALAR(0x3992a8) ok 56 - null-UNOP=(0x0200ea0) has a parent ok 57 - null-UNOP=(0x0200ea0) has the *right* parent B::BINOP=SCALAR(0x38db68) ok 58 - and-LOGOP=(0x02092e0) has a parent ok 59 - and-LOGOP=(0x02092e0) has the *right* parent B::UNOP=SCALAR(0x39f144) ok 60 - iter-OP=(0x02018d0) has a parent ok 61 - iter-OP=(0x02018d0) has the *right* parent B::LOGOP=SCALAR(0x39f6c0) ok 62 - lineseq-LISTOP=(0x0180a60) has a parent ok 63 - lineseq-LISTOP=(0x0180a60) has the *right* parent B::LOGOP=SCALAR(0x39f84c) ok 64 - entersub-UNOP=(0x0200e00) has a parent ok 65 - entersub-UNOP=(0x0200e00) has the *right* parent B::LISTOP=SCALAR(0x39f984) ok 66 - null-UNOP=(0x0200dd8) has a parent ok 67 - null-UNOP=(0x0200dd8) has the *right* parent B::UNOP=SCALAR(0x39f6fc) ok 68 - pushmark-OP=(0x0206048) has a parent ok 69 - pushmark-OP=(0x0206048) has the *right* parent B::UNOP=SCALAR(0x39f810) ok 70 - null-UNOP=(0x0200db0) has a parent ok 71 - null-UNOP=(0x0200db0) has the *right* parent B::UNOP=SCALAR(0x39fa80) ok 72 - gv-PADOP=(0x0200d88) has a parent ok 73 - gv-PADOP=(0x0200d88) has the *right* parent B::UNOP=SCALAR(0x39fc0c) ok 74 - unstack-OP=(0x0201910) has a parent ok 75 - unstack-OP=(0x0201910) has the *right* parent B::LISTOP=SCALAR(0x39f4a4) ok 76 - nextstate-COP=(0x0182f30) has a parent ok 77 - nextstate-COP=(0x0182f30) has the *right* parent B::LISTOP=SCALAR(0x39fbf4) ok 78 - sassign-BINOP=(0x01fadd0) has a parent ok 79 - sassign-BINOP=(0x01fadd0) has the *right* parent B::LISTOP=SCALAR(0x39fd08) ok 80 - const-SVOP=(0x01fada8) has a parent ok 81 - const-SVOP=(0x01fada8) has the *right* parent B::BINOP=SCALAR(0x3a3f18) ok 82 - padsv-OP=(0x01f5348) has a parent ok 83 - padsv-OP=(0x01f5348) has the *right* parent B::BINOP=SCALAR(0x39fe28) ok 84 - nextstate-COP=(0x0202070) has a parent ok 85 - nextstate-COP=(0x0202070) has the *right* parent B::LISTOP=SCALAR(0x3a3fcc) ok 86 - leave-LISTOP=(0x01fab78) has a parent ok 87 - leave-LISTOP=(0x01fab78) has the *right* parent B::LISTOP=SCALAR(0x39fe7c) ok 88 - enter-OP=(0x0208b98) has a parent ok 89 - enter-OP=(0x0208b98) has the *right* parent B::LISTOP=SCALAR(0x3a3ed0) ok 90 - null-UNOP=(0x01faba0) has a parent ok 91 - null-UNOP=(0x01faba0) has the *right* parent B::LISTOP=SCALAR(0x3a4038) ok 92 - and-LOGOP=(0x01fabf0) has a parent ok 93 - and-LOGOP=(0x01fabf0) has the *right* parent B::UNOP=SCALAR(0x3a41c4) ok 94 - lt-BINOP=(0x01fac18) has a parent ok 95 - lt-BINOP=(0x01fac18) has the *right* parent B::LOGOP=SCALAR(0x3a3f60) ok 96 - entersub-UNOP=(0x01fac90) has a parent ok 97 - entersub-UNOP=(0x01fac90) has the *right* parent B::BINOP=SCALAR(0x3a4278) ok 98 - null-UNOP=(0x01fadf8) has a parent ok 99 - null-UNOP=(0x01fadf8) has the *right* parent B::UNOP=SCALAR(0x3a44a0) ok 100 - pushmark-OP=(0x017f5c0) has a parent ok 101 - pushmark-OP=(0x017f5c0) has the *right* parent B::UNOP=SCALAR(0x3a4434) ok 102 - null-UNOP=(0x01facb8) has a parent ok 103 - null-UNOP=(0x01facb8) has the *right* parent B::UNOP=SCALAR(0x3a42d8) ok 104 - gv-PADOP=(0x01face0) has a parent ok 105 - gv-PADOP=(0x01face0) has the *right* parent B::UNOP=SCALAR(0x3a4548) ok 106 - predec-UNOP=(0x01fac40) has a parent ok 107 - predec-UNOP=(0x01fac40) has the *right* parent B::BINOP=SCALAR(0x3a444c) ok 108 - padsv-OP=(0x0208b58) has a parent ok 109 - padsv-OP=(0x0208b58) has the *right* parent B::UNOP=SCALAR(0x3a4674) ok 110 - lineseq-LISTOP=(0x01fac68) has a parent ok 111 - lineseq-LISTOP=(0x01fac68) has the *right* parent B::LOGOP=SCALAR(0x3a480c) ok 112 - entersub-UNOP=(0x01fad08) has a parent ok 113 - entersub-UNOP=(0x01fad08) has the *right* parent B::LISTOP=SCALAR(0x3a47f4) ok 114 - null-UNOP=(0x01fad30) has a parent ok 115 - null-UNOP=(0x01fad30) has the *right* parent B::UNOP=SCALAR(0x3a42cc) ok 116 - pushmark-OP=(0x01f5388) has a parent ok 117 - pushmark-OP=(0x01f5388) has the *right* parent B::UNOP=SCALAR(0x3a4a1c) ok 118 - null-UNOP=(0x01fad58) has a parent ok 119 - null-UNOP=(0x01fad58) has the *right* parent B::UNOP=SCALAR(0x3a4b48) ok 120 - gv-PADOP=(0x01fad80) has a parent ok 121 - gv-PADOP=(0x01fad80) has the *right* parent B::UNOP=SCALAR(0x3a4ca4) ok 122 - unstack-OP=(0x0208b78) has a parent ok 123 - unstack-OP=(0x0208b78) has the *right* parent B::LISTOP=SCALAR(0x3a4ac4) ok 124 - nextstate-COP=(0x019bde8) has a parent ok 125 - nextstate-COP=(0x019bde8) has the *right* parent B::LISTOP=SCALAR(0x3a4ac4) ok 126 - padsv-OP=(0x0208bd8) has a parent ok 127 - padsv-OP=(0x0208bd8) has the *right* parent B::LISTOP=SCALAR(0x3a4d7c) ok 128 - lineseq-LISTOP=(0x01faa38) has a parent ok 129 - lineseq-LISTOP=(0x01faa38) has the *right* parent B::LISTOP=SCALAR(0x3a4cbc) ok 130 - nextstate-COP=(0x01ce588) has a parent ok 131 - nextstate-COP=(0x01ce588) has the *right* parent B::LISTOP=SCALAR(0x3a99c4) ok 132 - leaveloop-BINOP=(0x01faa60) has a parent ok 133 - leaveloop-BINOP=(0x01faa60) has the *right* parent B::LISTOP=SCALAR(0x3a99dc) ok 134 - enterloop-LOOP=(0x0184088) has a parent ok 135 - enterloop-LOOP=(0x0184088) has the *right* parent B::BINOP=SCALAR(0x3a955c) ok 136 - null-UNOP=(0x01faab0) has a parent ok 137 - null-UNOP=(0x01faab0) has the *right* parent B::BINOP=SCALAR(0x3a96e8) ok 138 - and-LOGOP=(0x01fab28) has a parent ok 139 - and-LOGOP=(0x01fab28) has the *right* parent B::UNOP=SCALAR(0x3a97f0) ok 140 - padsv-OP=(0x0208bf8) has a parent ok 141 - padsv-OP=(0x0208bf8) has the *right* parent B::LOGOP=SCALAR(0x3a9868) ok 142 - lineseq-LISTOP=(0x01faad8) has a parent ok 143 - lineseq-LISTOP=(0x01faad8) has the *right* parent B::LOGOP=SCALAR(0x3a9b98) ok 144 - scope-LISTOP=(0x01fab00) has a parent ok 145 - scope-LISTOP=(0x01fab00) has the *right* parent B::LISTOP=SCALAR(0x3a9a54) ok 146 - null-OP=(0x01ce548) has a parent ok 147 - null-OP=(0x01ce548) has the *right* parent B::LISTOP=SCALAR(0x3a9b2c) ok 148 - preinc-UNOP=(0x01fab50) has a parent ok 149 - preinc-UNOP=(0x01fab50) has the *right* parent B::LISTOP=SCALAR(0x3a9df0) ok 150 - padsv-OP=(0x0208c38) has a parent ok 151 - padsv-OP=(0x0208c38) has the *right* parent B::UNOP=SCALAR(0x3a9c34) ok 152 - preinc-UNOP=(0x01fabc8) has a parent ok 153 - preinc-UNOP=(0x01fabc8) has the *right* parent B::LISTOP=SCALAR(0x3a9b68) ok 154 - padsv-OP=(0x0208c18) has a parent ok 155 - padsv-OP=(0x0208c18) has the *right* parent B::UNOP=SCALAR(0x3a9d0c) ok 156 - unstack-OP=(0x0208c78) has a parent ok 157 - unstack-OP=(0x0208c78) has the *right* parent B::LISTOP=SCALAR(0x3a9e08) ok 158 - nextstate-COP=(0x0162ae0) has a parent ok 159 - nextstate-COP=(0x0162ae0) has the *right* parent B::LISTOP=SCALAR(0x3a9874) ok 160 - nextstate-COP=(0x019be28) has a parent ok 161 - nextstate-COP=(0x019be28) has the *right* parent B::LISTOP=SCALAR(0x3a9f1c) ok 162 - leaveloop-BINOP=(0x01fa970) has a parent ok 163 - leaveloop-BINOP=(0x01fa970) has the *right* parent B::LISTOP=SCALAR(0x3a9634) ok 164 - enteriter-LOOP=(0x02020b0) has a parent ok 165 - enteriter-LOOP=(0x02020b0) has the *right* parent B::BINOP=SCALAR(0x3a9f70) ok 166 - null-OP=(0x0208cf8) has a parent ok 167 - null-OP=(0x0208cf8) has the *right* parent B::LOOP=SCALAR(0x3a9a18) ok 168 - null-UNOP=(0x01cfda0) has a parent ok 169 - null-UNOP=(0x01cfda0) has the *right* parent B::LOOP=SCALAR(0x3aa240) ok 170 - pushmark-OP=(0x0208cd8) has a parent ok 171 - pushmark-OP=(0x0208cd8) has the *right* parent B::UNOP=SCALAR(0x3aa3d8) ok 172 - const-SVOP=(0x01faa10) has a parent ok 173 - const-SVOP=(0x01faa10) has the *right* parent B::UNOP=SCALAR(0x3a5ee0) ok 174 - gv-PADOP=(0x01fa9c0) has a parent ok 175 - gv-PADOP=(0x01fa9c0) has the *right* parent B::LOOP=SCALAR(0x3aa390) ok 176 - null-UNOP=(0x01fa9e8) has a parent ok 177 - null-UNOP=(0x01fa9e8) has the *right* parent B::BINOP=SCALAR(0x3a97f0) ok 178 - and-LOGOP=(0x01cfdf0) has a parent ok 179 - and-LOGOP=(0x01cfdf0) has the *right* parent B::UNOP=SCALAR(0x3a606c) ok 180 - iter-OP=(0x0208d18) has a parent ok 181 - iter-OP=(0x0208d18) has the *right* parent B::LOGOP=SCALAR(0x3afd98) ok 182 - lineseq-LISTOP=(0x01cfd78) has a parent ok 183 - lineseq-LISTOP=(0x01cfd78) has the *right* parent B::LOGOP=SCALAR(0x3afda4) ok 184 - null-OP=(0x01faa88) has a parent ok 185 - null-OP=(0x01faa88) has the *right* parent B::LISTOP=SCALAR(0x3afc60) ok 186 - unstack-OP=(0x0208d38) has a parent ok 187 - unstack-OP=(0x0208d38) has the *right* parent B::LISTOP=SCALAR(0x3afeac) 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=216, 6 wallclock secs ( 0.36 usr 0.20 sys + 5.59 cusr 0.47 csys = 6.62 CPU) Result: PASS JJORE/B-Utils-0.25.tar.gz make test TEST_VERBOSE=1 -- OK Joshua ben Jore <jjore@cpan.org> Helper functions for op tree manipulation >>> (cd /export/home/fly818/var/cpan/build/B-Utils-0.25-TMYZrD && tar cvf - B-Utils-0.25.ppd blib) | gzip -c >/export/home/fly818/var/REPO/J/JJ/JJORE/B-Utils-0.25.tar.gz B-Utils-0.25.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/fly818/var/cpan/build/B-Utils-0.25-TMYZrD/B-Utils-0.25.ppd /export/home/fly818/var/REPO/J/JJ/JJORE Finished 2014-04-25T08:08:53