PATH=/usr/bin:/bin:/Users/fly1800/var/megalib/bin Start 2014-04-22T07:09:49 ActivePerl-1800 CPAN-2.00 Reading '/Users/fly1800/var/cpan/Metadata' Database was generated on Tue, 22 Apr 2014 13:06:14 GMT Running make for J/JJ/JJORE/B-Utils-0.23.tar.gz Checksum for /data/cpan/authors/id/J/JJ/JJORE/B-Utils-0.23.tar.gz ok B-Utils-0.23/ B-Utils-0.23/dist.ini B-Utils-0.23/LICENSE B-Utils-0.23/Makefile.PL B-Utils-0.23/README B-Utils-0.23/lib/ B-Utils-0.23/lib/B/ B-Utils-0.23/lib/B/Utils/ B-Utils-0.23/lib/B/Utils/OP.pm B-Utils-0.23/lib/B/Utils.pm B-Utils-0.23/BUtils_op.h B-Utils-0.23/BUtils.h B-Utils-0.23/OP.xs B-Utils-0.23/build/ B-Utils-0.23/build/IFiles.pm B-Utils-0.23/typemap B-Utils-0.23/xt/ B-Utils-0.23/xt/ppport.t B-Utils-0.23/xt/version.t B-Utils-0.23/MANIFEST B-Utils-0.23/weaver.ini B-Utils-0.23/Utils.xs B-Utils-0.23/t/ B-Utils-0.23/t/utils/ B-Utils-0.23/t/utils/33ancestors.t B-Utils-0.23/t/utils/30parent.t B-Utils-0.23/t/utils/32kids.t B-Utils-0.23/t/utils/50carp.t B-Utils-0.23/t/utils/34descendants.t B-Utils-0.23/t/utils/31oldname.t B-Utils-0.23/t/utils/41walkfilt.t B-Utils-0.23/t/utils/44optrep.t B-Utils-0.23/t/utils/40walk.t B-Utils-0.23/t/utils/35siblings.t B-Utils-0.23/t/utils/36previous.t B-Utils-0.23/t/utils/37stringify.t B-Utils-0.23/t/utils/42all.t B-Utils-0.23/t/utils/51croak.t B-Utils-0.23/t/utils/20all_starts.t B-Utils-0.23/t/utils/43allfilt.t B-Utils-0.23/t/utils/21all_roots.t B-Utils-0.23/t/utils/22anon_subs.t B-Utils-0.23/t/regression_walkallops_filtered.t B-Utils-0.23/t/10use.t B-Utils-0.23/t/release-pod-syntax.t B-Utils-0.23/t/11export.t B-Utils-0.23/Changes B-Utils-0.23/META.yml B-Utils-0.23/ppport.h CPAN.pm: Building J/JJ/JJORE/B-Utils-0.23.tar.gz >>> /Users/fly1800/ap1800-297214/bin/perl-dynamic 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 lib/B/Utils.pm blib/lib/B/Utils.pm cp lib/B/Utils/OP.pm blib/lib/B/Utils/OP.pm cp typemap blib/arch/B/Utils/Install/typemap cp build/IFiles.pm blib/arch/B/Utils/Install/Files.pm Running Mkbootstrap for B::Utils () chmod 644 Utils.bs /Users/fly1800/ap1800-297214/bin/perl-dynamic /Users/fly1800/var/megalib/ExtUtils/xsubpp -typemap /Users/fly1800/ap1800-297214/lib/ExtUtils/typemap -typemap typemap -typemap typemap Utils.xs > Utils.xsc && mv Utils.xsc Utils.c gcc -c -fno-common -DPERL_DARWIN -no-cpp-precomp -arch x86_64 -DUSE_SITECUSTOMIZE -DPERL_RELOCATABLE_INCPUSH -fno-merge-constants -fno-strict-aliasing -pipe -fstack-protector -O3 -DVERSION=\"0.22\" -DXS_VERSION=\"0.22\" "-I/Users/fly1800/ap1800-297214/lib/CORE" Utils.c /Users/fly1800/ap1800-297214/bin/perl-dynamic /Users/fly1800/var/megalib/ExtUtils/xsubpp -typemap /Users/fly1800/ap1800-297214/lib/ExtUtils/typemap -typemap typemap -typemap typemap OP.xs > OP.xsc && mv OP.xsc OP.c gcc -c -fno-common -DPERL_DARWIN -no-cpp-precomp -arch x86_64 -DUSE_SITECUSTOMIZE -DPERL_RELOCATABLE_INCPUSH -fno-merge-constants -fno-strict-aliasing -pipe -fstack-protector -O3 -DVERSION=\"0.22\" -DXS_VERSION=\"0.22\" "-I/Users/fly1800/ap1800-297214/lib/CORE" OP.c rm -f blib/arch/auto/B/Utils/Utils.bundle cc -mmacosx-version-min=10.5 -bundle -undefined dynamic_lookup -Wl,-search_paths_first -arch x86_64 -fstack-protector Utils.o OP.o -o blib/arch/auto/B/Utils/Utils.bundle \ \ chmod 755 blib/arch/auto/B/Utils/Utils.bundle /Users/fly1800/ap1800-297214/bin/perl-dynamic -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.23.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 /Users/fly1800/ap1800-297214/bin/perl-dynamic "-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=(0x1008540e0) ok 2 - lineseq-LISTOP=(0x100805c20) has a parent ok 3 - lineseq-LISTOP=(0x100805c20) has the *right* parent B::UNOP=SCALAR(0x100ab53c0) ok 4 - nextstate-COP=(0x100805c68) has a parent ok 5 - nextstate-COP=(0x100805c68) has the *right* parent B::LISTOP=SCALAR(0x100ad7cc8) ok 6 - null-UNOP=(0x100805cc8) has a parent ok 7 - null-UNOP=(0x100805cc8) has the *right* parent B::LISTOP=SCALAR(0x100ad8040) ok 8 - and-LOGOP=(0x100805d08) has a parent ok 9 - and-LOGOP=(0x100805d08) has the *right* parent B::UNOP=SCALAR(0x100ab7bc8) ok 10 - entersub-UNOP=(0x100805d50) has a parent ok 11 - entersub-UNOP=(0x100805d50) has the *right* parent B::LOGOP=SCALAR(0x100ab80a8) ok 12 - null-UNOP=(0x100309550) has a parent ok 13 - null-UNOP=(0x100309550) has the *right* parent B::UNOP=SCALAR(0x100ad7f68) ok 14 - pushmark-OP=(0x100805d90) has a parent ok 15 - pushmark-OP=(0x100805d90) has the *right* parent B::UNOP=SCALAR(0x100ad7e30) ok 16 - null-UNOP=(0x100805dc8) has a parent ok 17 - null-UNOP=(0x100805dc8) has the *right* parent B::UNOP=SCALAR(0x100ad6278) ok 18 - gv-PADOP=(0x1003095a0) has a parent ok 19 - gv-PADOP=(0x1003095a0) has the *right* parent B::UNOP=SCALAR(0x100ad62d8) ok 20 - entersub-UNOP=(0x1003095e0) has a parent ok 21 - entersub-UNOP=(0x1003095e0) has the *right* parent B::LOGOP=SCALAR(0x100abd660) ok 22 - null-UNOP=(0x100309620) has a parent ok 23 - null-UNOP=(0x100309620) has the *right* parent B::UNOP=SCALAR(0x100aba0b0) ok 24 - pushmark-OP=(0x1003096a8) has a parent ok 25 - pushmark-OP=(0x1003096a8) has the *right* parent B::UNOP=SCALAR(0x100abb308) ok 26 - null-UNOP=(0x100309668) has a parent ok 27 - null-UNOP=(0x100309668) has the *right* parent B::UNOP=SCALAR(0x100ad63b0) ok 28 - gv-PADOP=(0x1003096e8) has a parent ok 29 - gv-PADOP=(0x1003096e8) has the *right* parent B::UNOP=SCALAR(0x100abb638) ok 30 - nextstate-COP=(0x10081a000) has a parent ok 31 - nextstate-COP=(0x10081a000) has the *right* parent B::LISTOP=SCALAR(0x100abcd30) ok 32 - leaveloop-BINOP=(0x10081a060) has a parent ok 33 - leaveloop-BINOP=(0x10081a060) has the *right* parent B::LISTOP=SCALAR(0x100ad6368) ok 34 - enteriter-LOOP=(0x10081a1b0) has a parent ok 35 - enteriter-LOOP=(0x10081a1b0) has the *right* parent B::BINOP=SCALAR(0x100ab7b80) ok 36 - null-OP=(0x10081a210) has a parent ok 37 - null-OP=(0x10081a210) has the *right* parent B::LOOP=SCALAR(0x100ab80a8) ok 38 - null-UNOP=(0x10081a2c8) has a parent ok 39 - null-UNOP=(0x10081a2c8) has the *right* parent B::LOOP=SCALAR(0x100ab76e8) ok 40 - pushmark-OP=(0x10081a290) has a parent ok 41 - pushmark-OP=(0x10081a290) has the *right* parent B::UNOP=SCALAR(0x100abcf28) ok 42 - entersub-UNOP=(0x10081a350) has a parent ok 43 - entersub-UNOP=(0x10081a350) has the *right* parent B::UNOP=SCALAR(0x100abd630) ok 44 - null-UNOP=(0x100805a30) has a parent ok 45 - null-UNOP=(0x100805a30) has the *right* parent B::UNOP=SCALAR(0x100ab8078) ok 46 - pushmark-OP=(0x10081a390) has a parent ok 47 - pushmark-OP=(0x10081a390) has the *right* parent B::UNOP=SCALAR(0x100abd018) ok 48 - null-UNOP=(0x10081a3c8) has a parent ok 49 - null-UNOP=(0x10081a3c8) has the *right* parent B::UNOP=SCALAR(0x100abd090) ok 50 - gv-PADOP=(0x100805a98) has a parent ok 51 - gv-PADOP=(0x100805a98) has the *right* parent B::UNOP=SCALAR(0x100abd2a0) ok 52 - gv-PADOP=(0x10081a310) has a parent ok 53 - gv-PADOP=(0x10081a310) has the *right* parent B::LOOP=SCALAR(0x100abac48) ok 54 - null-UNOP=(0x10081a0a8) has a parent ok 55 - null-UNOP=(0x10081a0a8) has the *right* parent B::BINOP=SCALAR(0x100ab7d48) ok 56 - and-LOGOP=(0x10081a0e8) has a parent ok 57 - and-LOGOP=(0x10081a0e8) has the *right* parent B::UNOP=SCALAR(0x100ababd8) ok 58 - iter-OP=(0x10081a248) has a parent ok 59 - iter-OP=(0x10081a248) has the *right* parent B::LOGOP=SCALAR(0x100ade6f0) ok 60 - lineseq-LISTOP=(0x10081a130) has a parent ok 61 - lineseq-LISTOP=(0x10081a130) has the *right* parent B::LOGOP=SCALAR(0x100adf4d0) ok 62 - entersub-UNOP=(0x100805ad8) has a parent ok 63 - entersub-UNOP=(0x100805ad8) has the *right* parent B::LISTOP=SCALAR(0x100adf2a8) ok 64 - null-UNOP=(0x100805b18) has a parent ok 65 - null-UNOP=(0x100805b18) has the *right* parent B::UNOP=SCALAR(0x100adea20) ok 66 - pushmark-OP=(0x100805ba0) has a parent ok 67 - pushmark-OP=(0x100805ba0) has the *right* parent B::UNOP=SCALAR(0x100adf4e8) ok 68 - null-UNOP=(0x100805b60) has a parent ok 69 - null-UNOP=(0x100805b60) has the *right* parent B::UNOP=SCALAR(0x100adfa38) ok 70 - gv-PADOP=(0x100805be0) has a parent ok 71 - gv-PADOP=(0x100805be0) has the *right* parent B::UNOP=SCALAR(0x100adf518) ok 72 - unstack-OP=(0x10081a178) has a parent ok 73 - unstack-OP=(0x10081a178) has the *right* parent B::LISTOP=SCALAR(0x100adf2a8) ok 74 - nextstate-COP=(0x100819ed0) has a parent ok 75 - nextstate-COP=(0x100819ed0) has the *right* parent B::LISTOP=SCALAR(0x100adf8a0) ok 76 - sassign-BINOP=(0x100819f30) has a parent ok 77 - sassign-BINOP=(0x100819f30) has the *right* parent B::LISTOP=SCALAR(0x100ae0158) ok 78 - const-SVOP=(0x100819f78) has a parent ok 79 - const-SVOP=(0x100819f78) has the *right* parent B::BINOP=SCALAR(0x100adf870) ok 80 - padsv-OP=(0x100819fb8) has a parent ok 81 - padsv-OP=(0x100819fb8) has the *right* parent B::BINOP=SCALAR(0x100ade8a0) ok 82 - nextstate-COP=(0x100854960) has a parent ok 83 - nextstate-COP=(0x100854960) has the *right* parent B::LISTOP=SCALAR(0x100adfd80) ok 84 - leave-LISTOP=(0x1008549c0) has a parent ok 85 - leave-LISTOP=(0x1008549c0) has the *right* parent B::LISTOP=SCALAR(0x100ae0200) ok 86 - enter-OP=(0x100854a08) has a parent ok 87 - enter-OP=(0x100854a08) has the *right* parent B::LISTOP=SCALAR(0x100ae0590) ok 88 - null-UNOP=(0x100854a40) has a parent ok 89 - null-UNOP=(0x100854a40) has the *right* parent B::LISTOP=SCALAR(0x100ae0410) ok 90 - and-LOGOP=(0x100854a80) has a parent ok 91 - and-LOGOP=(0x100854a80) has the *right* parent B::UNOP=SCALAR(0x100ae1a50) ok 92 - lt-BINOP=(0x100854b48) has a parent ok 93 - lt-BINOP=(0x100854b48) has the *right* parent B::LOGOP=SCALAR(0x100ae1930) ok 94 - entersub-UNOP=(0x100819c30) has a parent ok 95 - entersub-UNOP=(0x100819c30) has the *right* parent B::BINOP=SCALAR(0x100ae1900) ok 96 - null-UNOP=(0x100819c78) has a parent ok 97 - null-UNOP=(0x100819c78) has the *right* parent B::UNOP=SCALAR(0x100ae1798) ok 98 - pushmark-OP=(0x100819d00) has a parent ok 99 - pushmark-OP=(0x100819d00) has the *right* parent B::UNOP=SCALAR(0x100ae2080) ok 100 - null-UNOP=(0x100819cc0) has a parent ok 101 - null-UNOP=(0x100819cc0) has the *right* parent B::UNOP=SCALAR(0x100ae0488) ok 102 - gv-PADOP=(0x100819d40) has a parent ok 103 - gv-PADOP=(0x100819d40) has the *right* parent B::UNOP=SCALAR(0x100ae0320) ok 104 - predec-UNOP=(0x100854b90) has a parent ok 105 - predec-UNOP=(0x100854b90) has the *right* parent B::BINOP=SCALAR(0x100ae1798) ok 106 - padsv-OP=(0x100854bd0) has a parent ok 107 - padsv-OP=(0x100854bd0) has the *right* parent B::UNOP=SCALAR(0x100ae2158) ok 108 - lineseq-LISTOP=(0x100854ac8) has a parent ok 109 - lineseq-LISTOP=(0x100854ac8) has the *right* parent B::LOGOP=SCALAR(0x100ae1b10) ok 110 - entersub-UNOP=(0x100819d80) has a parent ok 111 - entersub-UNOP=(0x100819d80) has the *right* parent B::LISTOP=SCALAR(0x100ae39d8) ok 112 - null-UNOP=(0x100819dc0) has a parent ok 113 - null-UNOP=(0x100819dc0) has the *right* parent B::UNOP=SCALAR(0x100ae1b28) ok 114 - pushmark-OP=(0x100819e48) has a parent ok 115 - pushmark-OP=(0x100819e48) has the *right* parent B::UNOP=SCALAR(0x100ae1d08) ok 116 - null-UNOP=(0x100819e08) has a parent ok 117 - null-UNOP=(0x100819e08) has the *right* parent B::UNOP=SCALAR(0x100ae25c0) ok 118 - gv-PADOP=(0x100819e88) has a parent ok 119 - gv-PADOP=(0x100819e88) has the *right* parent B::UNOP=SCALAR(0x100ae3d08) ok 120 - unstack-OP=(0x100854b10) has a parent ok 121 - unstack-OP=(0x100854b10) has the *right* parent B::LISTOP=SCALAR(0x100ae4110) ok 122 - nextstate-COP=(0x1008544b8) has a parent ok 123 - nextstate-COP=(0x1008544b8) has the *right* parent B::LISTOP=SCALAR(0x100ae3630) ok 124 - padsv-OP=(0x100854918) has a parent ok 125 - padsv-OP=(0x100854918) has the *right* parent B::LISTOP=SCALAR(0x100ae1a50) ok 126 - unstack-OP=(0x100854560) has a parent ok 127 - unstack-OP=(0x100854560) has the *right* parent B::LISTOP=SCALAR(0x100ae44e8) ok 128 - leaveloop-BINOP=(0x100854598) has a parent ok 129 - leaveloop-BINOP=(0x100854598) has the *right* parent B::LISTOP=SCALAR(0x100ae3d20) ok 130 - enterloop-LOOP=(0x1008545e0) has a parent ok 131 - enterloop-LOOP=(0x1008545e0) has the *right* parent B::BINOP=SCALAR(0x100ae3fd8) ok 132 - null-UNOP=(0x100854640) has a parent ok 133 - null-UNOP=(0x100854640) has the *right* parent B::BINOP=SCALAR(0x100ae3b58) ok 134 - and-LOGOP=(0x100854680) has a parent ok 135 - and-LOGOP=(0x100854680) has the *right* parent B::UNOP=SCALAR(0x100ae4470) ok 136 - padsv-OP=(0x1008548e0) has a parent ok 137 - padsv-OP=(0x1008548e0) has the *right* parent B::LOGOP=SCALAR(0x100ae9030) ok 138 - lineseq-LISTOP=(0x1008546c8) has a parent ok 139 - lineseq-LISTOP=(0x1008546c8) has the *right* parent B::LOGOP=SCALAR(0x100ae96f0) ok 140 - scope-LISTOP=(0x100854748) has a parent ok 141 - scope-LISTOP=(0x100854748) has the *right* parent B::LISTOP=SCALAR(0x100ae9288) ok 142 - null-OP=(0x100854790) has a parent ok 143 - null-OP=(0x100854790) has the *right* parent B::LISTOP=SCALAR(0x100ae9840) ok 144 - preinc-UNOP=(0x1008547f0) has a parent ok 145 - preinc-UNOP=(0x1008547f0) has the *right* parent B::LISTOP=SCALAR(0x100ae9b70) ok 146 - padsv-OP=(0x100854830) has a parent ok 147 - padsv-OP=(0x100854830) has the *right* parent B::UNOP=SCALAR(0x100ae9798) ok 148 - preinc-UNOP=(0x100854868) has a parent ok 149 - preinc-UNOP=(0x100854868) has the *right* parent B::LISTOP=SCALAR(0x100ae92e8) ok 150 - padsv-OP=(0x1008548a8) has a parent ok 151 - padsv-OP=(0x1008548a8) has the *right* parent B::UNOP=SCALAR(0x100ae9ae0) ok 152 - unstack-OP=(0x100854710) has a parent ok 153 - unstack-OP=(0x100854710) has the *right* parent B::LISTOP=SCALAR(0x100ae92e8) ok 154 - nextstate-COP=(0x100854128) has a parent ok 155 - nextstate-COP=(0x100854128) has the *right* parent B::LISTOP=SCALAR(0x100ae93f0) ok 156 - leaveloop-BINOP=(0x100854188) has a parent ok 157 - leaveloop-BINOP=(0x100854188) has the *right* parent B::LISTOP=SCALAR(0x100ae1d08) ok 158 - enteriter-LOOP=(0x1008542d8) has a parent ok 159 - enteriter-LOOP=(0x1008542d8) has the *right* parent B::BINOP=SCALAR(0x100ae4470) ok 160 - null-OP=(0x100854338) has a parent ok 161 - null-OP=(0x100854338) has the *right* parent B::LOOP=SCALAR(0x100ae9858) ok 162 - null-UNOP=(0x1008543f0) has a parent ok 163 - null-UNOP=(0x1008543f0) has the *right* parent B::LOOP=SCALAR(0x100aec278) ok 164 - pushmark-OP=(0x1008543b8) has a parent ok 165 - pushmark-OP=(0x1008543b8) has the *right* parent B::UNOP=SCALAR(0x100aec908) ok 166 - const-SVOP=(0x100854478) has a parent ok 167 - const-SVOP=(0x100854478) has the *right* parent B::UNOP=SCALAR(0x100aecbf0) ok 168 - gv-PADOP=(0x100854438) has a parent ok 169 - gv-PADOP=(0x100854438) has the *right* parent B::LOOP=SCALAR(0x100aec428) ok 170 - null-UNOP=(0x1008541d0) has a parent ok 171 - null-UNOP=(0x1008541d0) has the *right* parent B::BINOP=SCALAR(0x100aec2f0) ok 172 - and-LOGOP=(0x100854210) has a parent ok 173 - and-LOGOP=(0x100854210) has the *right* parent B::UNOP=SCALAR(0x100aec7b8) ok 174 - iter-OP=(0x100854370) has a parent ok 175 - iter-OP=(0x100854370) has the *right* parent B::LOGOP=SCALAR(0x100aecf98) ok 176 - lineseq-LISTOP=(0x100854258) has a parent ok 177 - lineseq-LISTOP=(0x100854258) has the *right* parent B::LOGOP=SCALAR(0x100aecf08) ok 178 - null-OP=(0x100854518) has a parent ok 179 - null-OP=(0x100854518) has the *right* parent B::LISTOP=SCALAR(0x100aed1a8) ok 180 - unstack-OP=(0x1008542a0) has a parent ok 181 - unstack-OP=(0x1008542a0) has the *right* parent B::LISTOP=SCALAR(0x100aed0a0) 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.11 usr 0.06 sys + 1.48 cusr 0.15 csys = 1.80 CPU) Result: PASS JJORE/B-Utils-0.23.tar.gz make test TEST_VERBOSE=1 -- OK Joshua ben Jore <jjore@cpan.org> Helper functions for op tree manipulation >>> (cd /Users/fly1800/var/cpan/build/B-Utils-0.23-6OCsSj && tar cvf - B-Utils-0.23.ppd blib) | gzip -c >/Users/fly1800/var/REPO/J/JJ/JJORE/B-Utils-0.23.tar.gz B-Utils-0.23.ppd blib/ blib/arch/ blib/arch/auto/ blib/arch/auto/B/ blib/arch/auto/B/Utils/ blib/arch/auto/B/Utils/Utils.bundle blib/arch/B/ blib/arch/B/Utils/ blib/arch/B/Utils/Install/ blib/arch/B/Utils/Install/BUtils.h blib/arch/B/Utils/Install/Files.pm blib/arch/B/Utils/Install/typemap blib/lib/ blib/lib/B/ blib/lib/B/Utils/ blib/lib/B/Utils/OP.pm blib/lib/B/Utils.pm blib/man3/ blib/man3/B::Utils.3 blib/man3/B::Utils::OP.3 >>> mv /Users/fly1800/var/cpan/build/B-Utils-0.23-6OCsSj/B-Utils-0.23.ppd /Users/fly1800/var/REPO/J/JJ/JJORE Finished 2014-04-22T07:09:55