PATH=/usr/bin:/bin:/home/fly1200/var/megalib/bin Start 2014-04-23T08:12:39 ActivePerl-1200 CPAN-2.00 Reading '/home/fly1200/var/cpan/Metadata' Database was generated on Wed, 23 Apr 2014 14:06:11 GMT Running make for J/JJ/JJORE/B-Utils-0.24.tar.gz Fetching with LWP: http://cpan.nas1.activestate.com/authors/id/J/JJ/JJORE/B-Utils-0.24.tar.gz Checksum for /home/fly1200/var/cpan/sources/authors/id/J/JJ/JJORE/B-Utils-0.24.tar.gz ok B-Utils-0.24/ B-Utils-0.24/dist.ini B-Utils-0.24/LICENSE B-Utils-0.24/Makefile.PL B-Utils-0.24/README B-Utils-0.24/lib/ B-Utils-0.24/lib/B/ B-Utils-0.24/lib/B/Utils/ B-Utils-0.24/lib/B/Utils/OP.pm B-Utils-0.24/lib/B/Utils.pm B-Utils-0.24/BUtils_op.h B-Utils-0.24/BUtils.h B-Utils-0.24/OP.xs B-Utils-0.24/build/ B-Utils-0.24/build/IFiles.pm B-Utils-0.24/typemap B-Utils-0.24/xt/ B-Utils-0.24/xt/ppport.t B-Utils-0.24/xt/version.t B-Utils-0.24/MANIFEST B-Utils-0.24/weaver.ini B-Utils-0.24/Utils.xs B-Utils-0.24/t/ B-Utils-0.24/t/utils/ B-Utils-0.24/t/utils/33ancestors.t B-Utils-0.24/t/utils/30parent.t B-Utils-0.24/t/utils/32kids.t B-Utils-0.24/t/utils/50carp.t B-Utils-0.24/t/utils/34descendants.t B-Utils-0.24/t/utils/31oldname.t B-Utils-0.24/t/utils/41walkfilt.t B-Utils-0.24/t/utils/44optrep.t B-Utils-0.24/t/utils/40walk.t B-Utils-0.24/t/utils/35siblings.t B-Utils-0.24/t/utils/36previous.t B-Utils-0.24/t/utils/37stringify.t B-Utils-0.24/t/utils/42all.t B-Utils-0.24/t/utils/51croak.t B-Utils-0.24/t/utils/20all_starts.t B-Utils-0.24/t/utils/43allfilt.t B-Utils-0.24/t/utils/21all_roots.t B-Utils-0.24/t/utils/22anon_subs.t B-Utils-0.24/t/regression_walkallops_filtered.t B-Utils-0.24/t/10use.t B-Utils-0.24/t/release-pod-syntax.t B-Utils-0.24/t/11export.t B-Utils-0.24/Changes B-Utils-0.24/META.yml B-Utils-0.24/ppport.h CPAN.pm: Building J/JJ/JJORE/B-Utils-0.24.tar.gz >>> /home/fly1200/ap1200/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 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 /home/fly1200/ap1200/bin/perl-static /home/fly1200/var/megalib/ExtUtils/xsubpp -typemap /home/fly1200/ap1200/lib/ExtUtils/typemap -typemap typemap -typemap typemap Utils.xs > Utils.xsc && mv Utils.xsc Utils.c gcc -c -D_REENTRANT -D_GNU_SOURCE -DTHREADS_HAVE_PIDS -DUSE_SITECUSTOMIZE -fno-merge-constants -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"0.24\" -DXS_VERSION=\"0.24\" -fPIC "-I/home/fly1200/ap1200/lib/CORE" Utils.c /home/fly1200/ap1200/bin/perl-static /home/fly1200/var/megalib/ExtUtils/xsubpp -typemap /home/fly1200/ap1200/lib/ExtUtils/typemap -typemap typemap -typemap typemap OP.xs > OP.xsc && mv OP.xsc OP.c gcc -c -D_REENTRANT -D_GNU_SOURCE -DTHREADS_HAVE_PIDS -DUSE_SITECUSTOMIZE -fno-merge-constants -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"0.24\" -DXS_VERSION=\"0.24\" -fPIC "-I/home/fly1200/ap1200/lib/CORE" OP.c rm -f blib/arch/auto/B/Utils/Utils.so gcc -shared -O2 Utils.o OP.o -o blib/arch/auto/B/Utils/Utils.so \ \ chmod 755 blib/arch/auto/B/Utils/Utils.so /home/fly1200/ap1200/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.24.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/fly1200/ap1200/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..187 ok 1 - No parent for root leavesub-UNOP=(0x819eb90) ok 2 - lineseq-LISTOP=(0x81f16a8) has a parent ok 3 - lineseq-LISTOP=(0x81f16a8) has the *right* parent B::UNOP=SCALAR(0x8342bd8) ok 4 - nextstate-COP=(0x81a64f8) has a parent ok 5 - nextstate-COP=(0x81a64f8) has the *right* parent B::LISTOP=SCALAR(0x834a180) ok 6 - null-UNOP=(0x81f5d28) has a parent ok 7 - null-UNOP=(0x81f5d28) has the *right* parent B::LISTOP=SCALAR(0x834a0f0) ok 8 - and-LOGOP=(0x819e748) has a parent ok 9 - and-LOGOP=(0x819e748) has the *right* parent B::UNOP=SCALAR(0x83515e0) ok 10 - entersub-UNOP=(0x81e6a48) has a parent ok 11 - entersub-UNOP=(0x81e6a48) has the *right* parent B::LOGOP=SCALAR(0x83573a0) ok 12 - null-UNOP=(0x818b900) has a parent ok 13 - null-UNOP=(0x818b900) has the *right* parent B::UNOP=SCALAR(0x834a440) ok 14 - pushmark-OP=(0x81a6558) has a parent ok 15 - pushmark-OP=(0x81a6558) has the *right* parent B::UNOP=SCALAR(0x834a330) ok 16 - null-UNOP=(0x81af640) has a parent ok 17 - null-UNOP=(0x81af640) has the *right* parent B::UNOP=SCALAR(0x834a670) ok 18 - gv-PADOP=(0x8194358) has a parent ok 19 - gv-PADOP=(0x8194358) has the *right* parent B::UNOP=SCALAR(0x834bf98) ok 20 - entersub-UNOP=(0x819e860) has a parent ok 21 - entersub-UNOP=(0x819e860) has the *right* parent B::LOGOP=SCALAR(0x8357810) ok 22 - null-UNOP=(0x819e468) has a parent ok 23 - null-UNOP=(0x819e468) has the *right* parent B::UNOP=SCALAR(0x834a860) ok 24 - pushmark-OP=(0x81f6e88) has a parent ok 25 - pushmark-OP=(0x81f6e88) has the *right* parent B::UNOP=SCALAR(0x834bfc8) ok 26 - null-UNOP=(0x819d180) has a parent ok 27 - null-UNOP=(0x819d180) has the *right* parent B::UNOP=SCALAR(0x834a710) ok 28 - gv-PADOP=(0x8191748) has a parent ok 29 - gv-PADOP=(0x8191748) has the *right* parent B::UNOP=SCALAR(0x834c488) ok 30 - nextstate-COP=(0x818e2c8) has a parent ok 31 - nextstate-COP=(0x818e2c8) has the *right* parent B::LISTOP=SCALAR(0x8350ec0) ok 32 - nextstate-COP=(0x81903f0) has a parent ok 33 - nextstate-COP=(0x81903f0) has the *right* parent B::LISTOP=SCALAR(0x83511f0) ok 34 - leaveloop-BINOP=(0x81942c0) has a parent ok 35 - leaveloop-BINOP=(0x81942c0) has the *right* parent B::LISTOP=SCALAR(0x8357580) ok 36 - enteriter-LOOP=(0x819c2d8) has a parent ok 37 - enteriter-LOOP=(0x819c2d8) has the *right* parent B::BINOP=SCALAR(0x83511f0) ok 38 - null-OP=(0x819ecd0) has a parent ok 39 - null-OP=(0x819ecd0) has the *right* parent B::LOOP=SCALAR(0x8351780) ok 40 - null-UNOP=(0x8191580) has a parent ok 41 - null-UNOP=(0x8191580) has the *right* parent B::LOOP=SCALAR(0x83511f0) ok 42 - pushmark-OP=(0x819e768) has a parent ok 43 - pushmark-OP=(0x819e768) has the *right* parent B::UNOP=SCALAR(0x8357b90) ok 44 - entersub-UNOP=(0x81a2fb8) has a parent ok 45 - entersub-UNOP=(0x81a2fb8) has the *right* parent B::UNOP=SCALAR(0x8357b80) ok 46 - null-UNOP=(0x81eccf0) has a parent ok 47 - null-UNOP=(0x81eccf0) has the *right* parent B::UNOP=SCALAR(0x8357bc0) ok 48 - pushmark-OP=(0x81b33a8) has a parent ok 49 - pushmark-OP=(0x81b33a8) has the *right* parent B::UNOP=SCALAR(0x8357b00) ok 50 - null-UNOP=(0x81eb868) has a parent ok 51 - null-UNOP=(0x81eb868) has the *right* parent B::UNOP=SCALAR(0x8357c10) ok 52 - gv-PADOP=(0x81f1670) has a parent ok 53 - gv-PADOP=(0x81f1670) has the *right* parent B::UNOP=SCALAR(0x8357d10) ok 54 - gv-PADOP=(0x81914e0) has a parent ok 55 - gv-PADOP=(0x81914e0) has the *right* parent B::LOOP=SCALAR(0x8357b80) ok 56 - null-UNOP=(0x81b8110) has a parent ok 57 - null-UNOP=(0x81b8110) has the *right* parent B::BINOP=SCALAR(0x83576f0) ok 58 - and-LOGOP=(0x81933b0) has a parent ok 59 - and-LOGOP=(0x81933b0) has the *right* parent B::UNOP=SCALAR(0x83580b0) ok 60 - iter-OP=(0x81f51f0) has a parent ok 61 - iter-OP=(0x81f51f0) has the *right* parent B::LOGOP=SCALAR(0x835ac50) ok 62 - lineseq-LISTOP=(0x81919d8) has a parent ok 63 - lineseq-LISTOP=(0x81919d8) has the *right* parent B::LOGOP=SCALAR(0x835b080) ok 64 - entersub-UNOP=(0x818e238) has a parent ok 65 - entersub-UNOP=(0x818e238) has the *right* parent B::LISTOP=SCALAR(0x835b150) ok 66 - null-UNOP=(0x81e7eb8) has a parent ok 67 - null-UNOP=(0x81e7eb8) has the *right* parent B::UNOP=SCALAR(0x835b170) ok 68 - pushmark-OP=(0x81a3908) has a parent ok 69 - pushmark-OP=(0x81a3908) has the *right* parent B::UNOP=SCALAR(0x835aed0) ok 70 - null-UNOP=(0x81e7db0) has a parent ok 71 - null-UNOP=(0x81e7db0) has the *right* parent B::UNOP=SCALAR(0x835b210) ok 72 - gv-PADOP=(0x81f1638) has a parent ok 73 - gv-PADOP=(0x81f1638) has the *right* parent B::UNOP=SCALAR(0x835b5a0) ok 74 - unstack-OP=(0x81a30d0) has a parent ok 75 - unstack-OP=(0x81a30d0) has the *right* parent B::LISTOP=SCALAR(0x835b190) ok 76 - nextstate-COP=(0x819ea50) has a parent ok 77 - nextstate-COP=(0x819ea50) has the *right* parent B::LISTOP=SCALAR(0x835b2d0) ok 78 - sassign-BINOP=(0x8193578) has a parent ok 79 - sassign-BINOP=(0x8193578) has the *right* parent B::LISTOP=SCALAR(0x8357e80) ok 80 - const-SVOP=(0x81f16c8) has a parent ok 81 - const-SVOP=(0x81f16c8) has the *right* parent B::BINOP=SCALAR(0x835b5b0) ok 82 - padsv-OP=(0x81b3348) has a parent ok 83 - padsv-OP=(0x81b3348) has the *right* parent B::BINOP=SCALAR(0x83575f0) ok 84 - nextstate-COP=(0x818fec0) has a parent ok 85 - nextstate-COP=(0x818fec0) has the *right* parent B::LISTOP=SCALAR(0x835b560) ok 86 - leave-LISTOP=(0x81a2aa0) has a parent ok 87 - leave-LISTOP=(0x81a2aa0) has the *right* parent B::LISTOP=SCALAR(0x8361768) ok 88 - enter-OP=(0x819fb00) has a parent ok 89 - enter-OP=(0x819fb00) has the *right* parent B::LISTOP=SCALAR(0x835b4a0) ok 90 - null-UNOP=(0x81a27e8) has a parent ok 91 - null-UNOP=(0x81a27e8) has the *right* parent B::LISTOP=SCALAR(0x835b780) ok 92 - and-LOGOP=(0x81a27c8) has a parent ok 93 - and-LOGOP=(0x81a27c8) has the *right* parent B::UNOP=SCALAR(0x83618a8) ok 94 - lt-BINOP=(0x819c6e8) has a parent ok 95 - lt-BINOP=(0x819c6e8) has the *right* parent B::LOGOP=SCALAR(0x835b770) ok 96 - entersub-UNOP=(0x8193428) has a parent ok 97 - entersub-UNOP=(0x8193428) has the *right* parent B::BINOP=SCALAR(0x83619b8) ok 98 - null-UNOP=(0x81a0388) has a parent ok 99 - null-UNOP=(0x81a0388) has the *right* parent B::UNOP=SCALAR(0x8361c48) ok 100 - pushmark-OP=(0x81b6e78) has a parent ok 101 - pushmark-OP=(0x81b6e78) has the *right* parent B::UNOP=SCALAR(0x8361a78) ok 102 - null-UNOP=(0x819e300) has a parent ok 103 - null-UNOP=(0x819e300) has the *right* parent B::UNOP=SCALAR(0x8361c98) ok 104 - gv-PADOP=(0x81a6950) has a parent ok 105 - gv-PADOP=(0x81a6950) has the *right* parent B::UNOP=SCALAR(0x8362088) ok 106 - predec-UNOP=(0x8193448) has a parent ok 107 - predec-UNOP=(0x8193448) has the *right* parent B::BINOP=SCALAR(0x8361f08) ok 108 - padsv-OP=(0x8191808) has a parent ok 109 - padsv-OP=(0x8191808) has the *right* parent B::UNOP=SCALAR(0x8361e68) ok 110 - lineseq-LISTOP=(0x819c708) has a parent ok 111 - lineseq-LISTOP=(0x819c708) has the *right* parent B::LOGOP=SCALAR(0x8361e98) ok 112 - entersub-UNOP=(0x819fae0) has a parent ok 113 - entersub-UNOP=(0x819fae0) has the *right* parent B::LISTOP=SCALAR(0x8362398) ok 114 - null-UNOP=(0x81932d0) has a parent ok 115 - null-UNOP=(0x81932d0) has the *right* parent B::UNOP=SCALAR(0x8361d28) ok 116 - pushmark-OP=(0x8191540) has a parent ok 117 - pushmark-OP=(0x8191540) has the *right* parent B::UNOP=SCALAR(0x83623a8) ok 118 - null-UNOP=(0x81917e8) has a parent ok 119 - null-UNOP=(0x81917e8) has the *right* parent B::UNOP=SCALAR(0x83623d8) ok 120 - gv-PADOP=(0x8191520) has a parent ok 121 - gv-PADOP=(0x8191520) has the *right* parent B::UNOP=SCALAR(0x83654c8) ok 122 - unstack-OP=(0x81932f0) has a parent ok 123 - unstack-OP=(0x81932f0) has the *right* parent B::LISTOP=SCALAR(0x83657a8) ok 124 - nextstate-COP=(0x819e600) has a parent ok 125 - nextstate-COP=(0x819e600) has the *right* parent B::LISTOP=SCALAR(0x83655b8) ok 126 - padsv-OP=(0x819b130) has a parent ok 127 - padsv-OP=(0x819b130) has the *right* parent B::LISTOP=SCALAR(0x835b4a0) ok 128 - lineseq-LISTOP=(0x818dac0) has a parent ok 129 - lineseq-LISTOP=(0x818dac0) has the *right* parent B::LISTOP=SCALAR(0x8365468) ok 130 - nextstate-COP=(0x819e6e8) has a parent ok 131 - nextstate-COP=(0x819e6e8) has the *right* parent B::LISTOP=SCALAR(0x8365bd8) ok 132 - leaveloop-BINOP=(0x8190940) has a parent ok 133 - leaveloop-BINOP=(0x8190940) has the *right* parent B::LISTOP=SCALAR(0x8365d18) ok 134 - enterloop-LOOP=(0x8191a18) has a parent ok 135 - enterloop-LOOP=(0x8191a18) has the *right* parent B::BINOP=SCALAR(0x8365578) ok 136 - null-UNOP=(0x8172990) has a parent ok 137 - null-UNOP=(0x8172990) has the *right* parent B::BINOP=SCALAR(0x8365428) ok 138 - and-LOGOP=(0x8172970) has a parent ok 139 - and-LOGOP=(0x8172970) has the *right* parent B::UNOP=SCALAR(0x8365d38) ok 140 - padsv-OP=(0x819e320) has a parent ok 141 - padsv-OP=(0x819e320) has the *right* parent B::LOGOP=SCALAR(0x8365cc8) ok 142 - lineseq-LISTOP=(0x81918b0) has a parent ok 143 - lineseq-LISTOP=(0x81918b0) has the *right* parent B::LOGOP=SCALAR(0x83661a8) ok 144 - scope-LISTOP=(0x819fbb8) has a parent ok 145 - scope-LISTOP=(0x819fbb8) has the *right* parent B::LISTOP=SCALAR(0x8366178) ok 146 - null-OP=(0x819fa38) has a parent ok 147 - null-OP=(0x819fa38) has the *right* parent B::LISTOP=SCALAR(0x83662e8) ok 148 - preinc-UNOP=(0x81a2d80) has a parent ok 149 - preinc-UNOP=(0x81a2d80) has the *right* parent B::LISTOP=SCALAR(0x8366338) ok 150 - padsv-OP=(0x81a2d68) has a parent ok 151 - padsv-OP=(0x81a2d68) has the *right* parent B::UNOP=SCALAR(0x83663c8) ok 152 - preinc-UNOP=(0x81a2ac0) has a parent ok 153 - preinc-UNOP=(0x81a2ac0) has the *right* parent B::LISTOP=SCALAR(0x8366098) ok 154 - padsv-OP=(0x81a03a8) has a parent ok 155 - padsv-OP=(0x81a03a8) has the *right* parent B::UNOP=SCALAR(0x83663d8) ok 156 - unstack-OP=(0x8191898) has a parent ok 157 - unstack-OP=(0x8191898) has the *right* parent B::LISTOP=SCALAR(0x835db38) ok 158 - nextstate-COP=(0x81f00a0) has a parent ok 159 - nextstate-COP=(0x81f00a0) has the *right* parent B::LISTOP=SCALAR(0x8365cc8) ok 160 - nextstate-COP=(0x81913b8) has a parent ok 161 - nextstate-COP=(0x81913b8) has the *right* parent B::LISTOP=SCALAR(0x835db38) ok 162 - leaveloop-BINOP=(0x8172918) has a parent ok 163 - leaveloop-BINOP=(0x8172918) has the *right* parent B::LISTOP=SCALAR(0x835dc08) ok 164 - enteriter-LOOP=(0x8192f60) has a parent ok 165 - enteriter-LOOP=(0x8192f60) has the *right* parent B::BINOP=SCALAR(0x8368870) ok 166 - null-OP=(0x81a0628) has a parent ok 167 - null-OP=(0x81a0628) has the *right* parent B::LOOP=SCALAR(0x835b4a0) ok 168 - null-UNOP=(0x8193930) has a parent ok 169 - null-UNOP=(0x8193930) has the *right* parent B::LOOP=SCALAR(0x8368870) ok 170 - pushmark-OP=(0x8192f48) has a parent ok 171 - pushmark-OP=(0x8192f48) has the *right* parent B::UNOP=SCALAR(0x8368cd0) ok 172 - const-SVOP=(0x819ade8) has a parent ok 173 - const-SVOP=(0x819ade8) has the *right* parent B::UNOP=SCALAR(0x8368dc0) ok 174 - gv-PADOP=(0x8193910) has a parent ok 175 - gv-PADOP=(0x8193910) has the *right* parent B::LOOP=SCALAR(0x8368da0) ok 176 - null-UNOP=(0x81728f8) has a parent ok 177 - null-UNOP=(0x81728f8) has the *right* parent B::BINOP=SCALAR(0x8368860) ok 178 - and-LOGOP=(0x81b71b0) has a parent ok 179 - and-LOGOP=(0x81b71b0) has the *right* parent B::UNOP=SCALAR(0x8368e50) ok 180 - iter-OP=(0x81a0640) has a parent ok 181 - iter-OP=(0x81a0640) has the *right* parent B::LOGOP=SCALAR(0x8369050) ok 182 - lineseq-LISTOP=(0x81b7190) has a parent ok 183 - lineseq-LISTOP=(0x81b7190) has the *right* parent B::LOGOP=SCALAR(0x83693b0) ok 184 - null-OP=(0x819adc8) has a parent ok 185 - null-OP=(0x819adc8) has the *right* parent B::LISTOP=SCALAR(0x8369310) ok 186 - unstack-OP=(0x81a0658) has a parent ok 187 - unstack-OP=(0x81a0658) has the *right* parent B::LISTOP=SCALAR(0x83690f0) 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, 2 wallclock secs ( 0.12 usr 0.08 sys + 1.56 cusr 0.07 csys = 1.83 CPU) Result: PASS JJORE/B-Utils-0.24.tar.gz make test TEST_VERBOSE=1 -- OK Joshua ben Jore <jjore@cpan.org> Helper functions for op tree manipulation >>> (cd /home/fly1200/var/cpan/build/B-Utils-0.24-8CndNN && tar cvf - B-Utils-0.24.ppd blib) | gzip -c >/home/fly1200/var/REPO/J/JJ/JJORE/B-Utils-0.24.tar.gz B-Utils-0.24.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 /home/fly1200/var/cpan/build/B-Utils-0.24-8CndNN/B-Utils-0.24.ppd /home/fly1200/var/REPO/J/JJ/JJORE VmSize: 124784 kB Finished 2014-04-23T08:12:47