PATH=/usr/bin:/bin:/home/fly1800/var/megalib/bin Start 2015-07-23T00:05:02 ActivePerl-1800 CPAN-2.00 Reading '/home/fly1800/var/cpan/Metadata' Database was generated on Thu, 23 Jul 2015 03:29:02 GMT Running make for E/ET/ETHER/B-Utils-0.27.tar.gz Fetching with LWP: http://cpan.nas1.activestate.com/authors/id/E/ET/ETHER/B-Utils-0.27.tar.gz Fetching with LWP: http://cpan.nas1.activestate.com/authors/id/E/ET/ETHER/CHECKSUMS Checksum for /home/fly1800/var/cpan/sources/authors/id/E/ET/ETHER/B-Utils-0.27.tar.gz ok B-Utils-0.27/ B-Utils-0.27/BUtils.h B-Utils-0.27/BUtils_op.h B-Utils-0.27/Changes B-Utils-0.27/dist.ini B-Utils-0.27/lib/ B-Utils-0.27/LICENSE B-Utils-0.27/Makefile.PL B-Utils-0.27/MANIFEST B-Utils-0.27/META.json B-Utils-0.27/META.yml B-Utils-0.27/OP.xs B-Utils-0.27/ppport.h B-Utils-0.27/README B-Utils-0.27/t/ B-Utils-0.27/typemap B-Utils-0.27/Utils.xs B-Utils-0.27/weaver.ini B-Utils-0.27/xt/ B-Utils-0.27/xt/ppport.t B-Utils-0.27/xt/release/ B-Utils-0.27/xt/release/changes_has_content.t B-Utils-0.27/xt/release/pod-syntax.t B-Utils-0.27/t/10use.t B-Utils-0.27/t/11export.t B-Utils-0.27/t/regression_walkallops_filtered.t B-Utils-0.27/t/utils/ B-Utils-0.27/t/utils/20all_starts.t B-Utils-0.27/t/utils/21all_roots.t B-Utils-0.27/t/utils/22anon_subs.t B-Utils-0.27/t/utils/30parent.t B-Utils-0.27/t/utils/31oldname.t B-Utils-0.27/t/utils/32kids.t B-Utils-0.27/t/utils/33ancestors.t B-Utils-0.27/t/utils/34descendants.t B-Utils-0.27/t/utils/35siblings.t B-Utils-0.27/t/utils/36previous.t B-Utils-0.27/t/utils/37stringify.t B-Utils-0.27/t/utils/40walk.t B-Utils-0.27/t/utils/41walkfilt.t B-Utils-0.27/t/utils/42all.t B-Utils-0.27/t/utils/43allfilt.t B-Utils-0.27/t/utils/44optrep.t B-Utils-0.27/t/utils/50carp.t B-Utils-0.27/t/utils/51croak.t B-Utils-0.27/lib/B/ B-Utils-0.27/lib/B/Utils/ B-Utils-0.27/lib/B/Utils.pm B-Utils-0.27/lib/B/Utils/OP.pm CPAN.pm: Building E/ET/ETHER/B-Utils-0.27.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 build/IFiles.pm blib/arch/B/Utils/Install/Files.pm cp lib/B/Utils/OP.pm blib/lib/B/Utils/OP.pm cp BUtils.h blib/arch/B/Utils/Install/BUtils.h cp lib/B/Utils.pm blib/lib/B/Utils.pm cp typemap blib/arch/B/Utils/Install/typemap 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.27\" -DXS_VERSION=\"0.27\" -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.27\" -DXS_VERSION=\"0.27\" -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 2 pod documents ETHER/B-Utils-0.27.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/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 ok 2 - lineseq-LISTOP=(0x842be80) has a parent ok 3 - lineseq-LISTOP=(0x842be80) has the *right* parent B::UNOP=SCALAR(0x85e2fc4) ok 4 - nextstate-COP=(0x842bea4) has a parent ok 5 - nextstate-COP=(0x842bea4) has the *right* parent B::LISTOP=SCALAR(0x85e65f0) ok 6 - null-UNOP=(0x842bedc) has a parent ok 7 - null-UNOP=(0x842bedc) has the *right* parent B::LISTOP=SCALAR(0x85e68d4) ok 8 - and-LOGOP=(0x842befc) has a parent ok 9 - and-LOGOP=(0x842befc) has the *right* parent B::UNOP=SCALAR(0x8605edc) ok 10 - entersub-UNOP=(0x842bf20) has a parent ok 11 - entersub-UNOP=(0x842bf20) has the *right* parent B::LOGOP=SCALAR(0x86062ec) ok 12 - null-UNOP=(0x83dcad0) has a parent ok 13 - null-UNOP=(0x83dcad0) has the *right* parent B::UNOP=SCALAR(0x85e6898) ok 14 - pushmark-OP=(0x842bf40) has a parent ok 15 - pushmark-OP=(0x842bf40) has the *right* parent B::UNOP=SCALAR(0x85e6910) ok 16 - null-UNOP=(0x842bf5c) has a parent ok 17 - null-UNOP=(0x842bf5c) has the *right* parent B::UNOP=SCALAR(0x85e6ab4) ok 18 - gv-PADOP=(0x83dcaf8) has a parent ok 19 - gv-PADOP=(0x83dcaf8) has the *right* parent B::UNOP=SCALAR(0x86018b0) ok 20 - entersub-UNOP=(0x83dcb18) has a parent ok 21 - entersub-UNOP=(0x83dcb18) has the *right* parent B::LOGOP=SCALAR(0x860cc38) ok 22 - null-UNOP=(0x83dcb38) has a parent ok 23 - null-UNOP=(0x83dcb38) has the *right* parent B::UNOP=SCALAR(0x85e8d78) ok 24 - pushmark-OP=(0x83dcb7c) has a parent ok 25 - pushmark-OP=(0x83dcb7c) has the *right* parent B::UNOP=SCALAR(0x86015a4) ok 26 - null-UNOP=(0x83dcb5c) has a parent ok 27 - null-UNOP=(0x83dcb5c) has the *right* parent B::UNOP=SCALAR(0x85e6bb8) ok 28 - gv-PADOP=(0x83dcb9c) has a parent ok 29 - gv-PADOP=(0x83dcb9c) has the *right* parent B::UNOP=SCALAR(0x860184c) ok 30 - nextstate-COP=(0x8448a40) has a parent ok 31 - nextstate-COP=(0x8448a40) has the *right* parent B::LISTOP=SCALAR(0x860c490) ok 32 - leaveloop-BINOP=(0x8448a78) has a parent ok 33 - leaveloop-BINOP=(0x8448a78) has the *right* parent B::LISTOP=SCALAR(0x85e6b7c) ok 34 - enteriter-LOOP=(0x8448b20) has a parent ok 35 - enteriter-LOOP=(0x8448b20) has the *right* parent B::BINOP=SCALAR(0x8605ea0) ok 36 - null-OP=(0x8448b50) has a parent ok 37 - null-OP=(0x8448b50) has the *right* parent B::LOOP=SCALAR(0x860c3c8) ok 38 - null-UNOP=(0x8448bac) has a parent ok 39 - null-UNOP=(0x8448bac) has the *right* parent B::LOOP=SCALAR(0x8605acc) ok 40 - pushmark-OP=(0x8448b90) has a parent ok 41 - pushmark-OP=(0x8448b90) has the *right* parent B::UNOP=SCALAR(0x860c634) ok 42 - entersub-UNOP=(0x8448bf0) has a parent ok 43 - entersub-UNOP=(0x8448bf0) has the *right* parent B::UNOP=SCALAR(0x860cc10) ok 44 - null-UNOP=(0x842bd90) has a parent ok 45 - null-UNOP=(0x842bd90) has the *right* parent B::UNOP=SCALAR(0x86062c4) ok 46 - pushmark-OP=(0x8448c10) has a parent ok 47 - pushmark-OP=(0x8448c10) has the *right* parent B::UNOP=SCALAR(0x860c6fc) ok 48 - null-UNOP=(0x8448c2c) has a parent ok 49 - null-UNOP=(0x8448c2c) has the *right* parent B::UNOP=SCALAR(0x860c760) ok 50 - gv-PADOP=(0x842bdbc) has a parent ok 51 - gv-PADOP=(0x842bdbc) has the *right* parent B::UNOP=SCALAR(0x860c918) ok 52 - gv-PADOP=(0x8448bd0) has a parent ok 53 - gv-PADOP=(0x8448bd0) has the *right* parent B::LOOP=SCALAR(0x8601004) ok 54 - null-UNOP=(0x8448a9c) has a parent ok 55 - null-UNOP=(0x8448a9c) has the *right* parent B::BINOP=SCALAR(0x860601c) ok 56 - and-LOGOP=(0x8448abc) has a parent ok 57 - and-LOGOP=(0x8448abc) has the *right* parent B::UNOP=SCALAR(0x8600fc8) ok 58 - iter-OP=(0x8448b6c) has a parent ok 59 - iter-OP=(0x8448b6c) has the *right* parent B::LOGOP=SCALAR(0x860cfe4) ok 60 - lineseq-LISTOP=(0x8448ae0) has a parent ok 61 - lineseq-LISTOP=(0x8448ae0) has the *right* parent B::LOGOP=SCALAR(0x86138e8) ok 62 - entersub-UNOP=(0x842bddc) has a parent ok 63 - entersub-UNOP=(0x842bddc) has the *right* parent B::LISTOP=SCALAR(0x861371c) ok 64 - null-UNOP=(0x842bdfc) has a parent ok 65 - null-UNOP=(0x842bdfc) has the *right* parent B::UNOP=SCALAR(0x8613000) ok 66 - pushmark-OP=(0x842be40) has a parent ok 67 - pushmark-OP=(0x842be40) has the *right* parent B::UNOP=SCALAR(0x86138fc) ok 68 - null-UNOP=(0x842be20) has a parent ok 69 - null-UNOP=(0x842be20) has the *right* parent B::UNOP=SCALAR(0x8613d48) ok 70 - gv-PADOP=(0x842be60) has a parent ok 71 - gv-PADOP=(0x842be60) has the *right* parent B::UNOP=SCALAR(0x8613924) ok 72 - unstack-OP=(0x8448b04) has a parent ok 73 - unstack-OP=(0x8448b04) has the *right* parent B::LISTOP=SCALAR(0x861371c) ok 74 - nextstate-COP=(0x84489a0) has a parent ok 75 - nextstate-COP=(0x84489a0) has the *right* parent B::LISTOP=SCALAR(0x8613bf4) ok 76 - sassign-BINOP=(0x84489d8) has a parent ok 77 - sassign-BINOP=(0x84489d8) has the *right* parent B::LISTOP=SCALAR(0x8616ab4) ok 78 - const-SVOP=(0x84489fc) has a parent ok 79 - const-SVOP=(0x84489fc) has the *right* parent B::BINOP=SCALAR(0x8613bcc) ok 80 - padsv-OP=(0x8448a1c) has a parent ok 81 - padsv-OP=(0x8448a1c) has the *right* parent B::BINOP=SCALAR(0x860d14c) ok 82 - nextstate-COP=(0x843d660) has a parent ok 83 - nextstate-COP=(0x843d660) has the *right* parent B::LISTOP=SCALAR(0x8616780) ok 84 - leave-LISTOP=(0x843d698) has a parent ok 85 - leave-LISTOP=(0x843d698) has the *right* parent B::LISTOP=SCALAR(0x8616b40) ok 86 - enter-OP=(0x843d6bc) has a parent ok 87 - enter-OP=(0x843d6bc) has the *right* parent B::LISTOP=SCALAR(0x8616ec4) ok 88 - null-UNOP=(0x843d6d8) has a parent ok 89 - null-UNOP=(0x843d6d8) has the *right* parent B::LISTOP=SCALAR(0x8616cf8) ok 90 - and-LOGOP=(0x843d6f8) has a parent ok 91 - and-LOGOP=(0x843d6f8) has the *right* parent B::UNOP=SCALAR(0x861720c) ok 92 - lt-BINOP=(0x843d75c) has a parent ok 93 - lt-BINOP=(0x843d75c) has the *right* parent B::LOGOP=SCALAR(0x861711c) ok 94 - entersub-UNOP=(0x843d7bc) has a parent ok 95 - entersub-UNOP=(0x843d7bc) has the *right* parent B::BINOP=SCALAR(0x86170f4) ok 96 - null-UNOP=(0x8448860) has a parent ok 97 - null-UNOP=(0x8448860) has the *right* parent B::UNOP=SCALAR(0x8616fc8) ok 98 - pushmark-OP=(0x84488b8) has a parent ok 99 - pushmark-OP=(0x84488b8) has the *right* parent B::UNOP=SCALAR(0x8619b60) ok 100 - null-UNOP=(0x8448898) has a parent ok 101 - null-UNOP=(0x8448898) has the *right* parent B::UNOP=SCALAR(0x8616d5c) ok 102 - gv-PADOP=(0x84488d8) has a parent ok 103 - gv-PADOP=(0x84488d8) has the *right* parent B::UNOP=SCALAR(0x8619b38) ok 104 - predec-UNOP=(0x843d780) has a parent ok 105 - predec-UNOP=(0x843d780) has the *right* parent B::BINOP=SCALAR(0x8616fc8) ok 106 - padsv-OP=(0x843d7a0) has a parent ok 107 - padsv-OP=(0x843d7a0) has the *right* parent B::UNOP=SCALAR(0x8619de0) ok 108 - lineseq-LISTOP=(0x843d71c) has a parent ok 109 - lineseq-LISTOP=(0x843d71c) has the *right* parent B::LOGOP=SCALAR(0x8619bd8) ok 110 - entersub-UNOP=(0x84488f8) has a parent ok 111 - entersub-UNOP=(0x84488f8) has the *right* parent B::LISTOP=SCALAR(0x861a2cc) ok 112 - null-UNOP=(0x8448918) has a parent ok 113 - null-UNOP=(0x8448918) has the *right* parent B::UNOP=SCALAR(0x8619d40) ok 114 - pushmark-OP=(0x844895c) has a parent ok 115 - pushmark-OP=(0x844895c) has the *right* parent B::UNOP=SCALAR(0x861761c) ok 116 - null-UNOP=(0x844893c) has a parent ok 117 - null-UNOP=(0x844893c) has the *right* parent B::UNOP=SCALAR(0x8619e94) ok 118 - gv-PADOP=(0x844897c) has a parent ok 119 - gv-PADOP=(0x844897c) has the *right* parent B::UNOP=SCALAR(0x861a31c) ok 120 - unstack-OP=(0x843d740) has a parent ok 121 - unstack-OP=(0x843d740) has the *right* parent B::LISTOP=SCALAR(0x861a880) ok 122 - nextstate-COP=(0x843d3fc) has a parent ok 123 - nextstate-COP=(0x843d3fc) has the *right* parent B::LISTOP=SCALAR(0x861a650) ok 124 - padsv-OP=(0x843d63c) has a parent ok 125 - padsv-OP=(0x843d63c) has the *right* parent B::LISTOP=SCALAR(0x861720c) ok 126 - unstack-OP=(0x843d458) has a parent ok 127 - unstack-OP=(0x843d458) has the *right* parent B::LISTOP=SCALAR(0x861c0d4) ok 128 - leaveloop-BINOP=(0x843d474) has a parent ok 129 - leaveloop-BINOP=(0x843d474) has the *right* parent B::LISTOP=SCALAR(0x861a588) ok 130 - enterloop-LOOP=(0x843d498) has a parent ok 131 - enterloop-LOOP=(0x843d498) has the *right* parent B::BINOP=SCALAR(0x861a86c) ok 132 - null-UNOP=(0x843d4c8) has a parent ok 133 - null-UNOP=(0x843d4c8) has the *right* parent B::BINOP=SCALAR(0x861a8f8) ok 134 - and-LOGOP=(0x843d4e8) has a parent ok 135 - and-LOGOP=(0x843d4e8) has the *right* parent B::UNOP=SCALAR(0x861c070) ok 136 - padsv-OP=(0x843d620) has a parent ok 137 - padsv-OP=(0x843d620) has the *right* parent B::LOGOP=SCALAR(0x861c1c4) ok 138 - lineseq-LISTOP=(0x843d50c) has a parent ok 139 - lineseq-LISTOP=(0x843d50c) has the *right* parent B::LOGOP=SCALAR(0x861c764) ok 140 - scope-LISTOP=(0x843d54c) has a parent ok 141 - scope-LISTOP=(0x843d54c) has the *right* parent B::LISTOP=SCALAR(0x861c3b8) ok 142 - null-OP=(0x843d570) has a parent ok 143 - null-OP=(0x843d570) has the *right* parent B::LISTOP=SCALAR(0x861c87c) ok 144 - preinc-UNOP=(0x843d5a8) has a parent ok 145 - preinc-UNOP=(0x843d5a8) has the *right* parent B::LISTOP=SCALAR(0x861cb24) ok 146 - padsv-OP=(0x843d5c8) has a parent ok 147 - padsv-OP=(0x843d5c8) has the *right* parent B::UNOP=SCALAR(0x861c7f0) ok 148 - preinc-UNOP=(0x843d5e4) has a parent ok 149 - preinc-UNOP=(0x843d5e4) has the *right* parent B::LISTOP=SCALAR(0x861c3e0) ok 150 - padsv-OP=(0x843d604) has a parent ok 151 - padsv-OP=(0x843d604) has the *right* parent B::UNOP=SCALAR(0x861caac) ok 152 - unstack-OP=(0x843d530) has a parent ok 153 - unstack-OP=(0x843d530) has the *right* parent B::LISTOP=SCALAR(0x861c3e0) ok 154 - nextstate-COP=(0x843d22c) has a parent ok 155 - nextstate-COP=(0x843d22c) has the *right* parent B::LISTOP=SCALAR(0x861c4e4) ok 156 - leaveloop-BINOP=(0x843d264) has a parent ok 157 - leaveloop-BINOP=(0x843d264) has the *right* parent B::LISTOP=SCALAR(0x861761c) ok 158 - enteriter-LOOP=(0x843d30c) has a parent ok 159 - enteriter-LOOP=(0x843d30c) has the *right* parent B::BINOP=SCALAR(0x861c070) ok 160 - null-OP=(0x843d33c) has a parent ok 161 - null-OP=(0x843d33c) has the *right* parent B::LOOP=SCALAR(0x861cb9c) ok 162 - null-UNOP=(0x843d398) has a parent ok 163 - null-UNOP=(0x843d398) has the *right* parent B::LOOP=SCALAR(0x861ff50) ok 164 - pushmark-OP=(0x843d37c) has a parent ok 165 - pushmark-OP=(0x843d37c) has the *right* parent B::UNOP=SCALAR(0x86204c8) ok 166 - const-SVOP=(0x843d3dc) has a parent ok 167 - const-SVOP=(0x843d3dc) has the *right* parent B::UNOP=SCALAR(0x8620734) ok 168 - gv-PADOP=(0x843d3bc) has a parent ok 169 - gv-PADOP=(0x843d3bc) has the *right* parent B::LOOP=SCALAR(0x86200b8) ok 170 - null-UNOP=(0x843d288) has a parent ok 171 - null-UNOP=(0x843d288) has the *right* parent B::BINOP=SCALAR(0x861ffb4) ok 172 - and-LOGOP=(0x843d2a8) has a parent ok 173 - and-LOGOP=(0x843d2a8) has the *right* parent B::UNOP=SCALAR(0x86203b0) ok 174 - iter-OP=(0x843d358) has a parent ok 175 - iter-OP=(0x843d358) has the *right* parent B::LOGOP=SCALAR(0x8620a40) ok 176 - lineseq-LISTOP=(0x843d2cc) has a parent ok 177 - lineseq-LISTOP=(0x843d2cc) has the *right* parent B::LOGOP=SCALAR(0x86209c8) ok 178 - null-OP=(0x843d434) has a parent ok 179 - null-OP=(0x843d434) has the *right* parent B::LISTOP=SCALAR(0x8620bf8) ok 180 - unstack-OP=(0x843d2f0) has a parent ok 181 - unstack-OP=(0x843d2f0) has the *right* parent B::LISTOP=SCALAR(0x8620b1c) 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=21, Tests=210, 7 wallclock secs ( 0.11 usr 0.04 sys + 1.87 cusr 0.13 csys = 2.15 CPU) Result: PASS ETHER/B-Utils-0.27.tar.gz make test TEST_VERBOSE=1 -- OK Karen Etheridge <ether@cpan.org> Helper functions for op tree manipulation >>> (cd /home/fly1800/var/cpan/build/B-Utils-0.27-Zrz17h && tar cvf - B-Utils-0.27.ppd blib) | gzip -c >/home/fly1800/var/REPO/E/ET/ETHER/B-Utils-0.27.tar.gz B-Utils-0.27.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.27-Zrz17h/B-Utils-0.27.ppd /home/fly1800/var/REPO/E/ET/ETHER VmSize: 149064 kB Finished 2015-07-23T00:05:24