PATH=/usr/bin:/bin:/Users/fly2400/cpanfly-5.24/var/megalib/bin Start 2016-06-12T19:18:58 ActivePerl-2400 CPAN-2.10 Reading '/Users/fly2400/cpanfly-5.24/var/cpan/Metadata' Database was generated on Sun, 12 Jun 2016 05:53:44 GMT Checksum for /Users/fly2400/cpanfly-5.24/var/cpan/sources/authors/id/D/DO/DOLMEN/cpan-outdated-0.31.tar.gz ok cpan-outdated-0.31/Build.PL cpan-outdated-0.31/Changes cpan-outdated-0.31/LICENSE cpan-outdated-0.31/META.json cpan-outdated-0.31/README.md cpan-outdated-0.31/cpanfile cpan-outdated-0.31/lib/App/cpanoutdated.pm cpan-outdated-0.31/minil.toml cpan-outdated-0.31/script/cpan-outdated cpan-outdated-0.31/t/00_compile.t cpan-outdated-0.31/t/01_compare_version.t cpan-outdated-0.31/t/02_permissive_filter.t cpan-outdated-0.31/xt/02_perlcritic.t cpan-outdated-0.31/xt/06_version.t cpan-outdated-0.31/META.yml cpan-outdated-0.31/MANIFEST Configuring D/DO/DOLMEN/cpan-outdated-0.31.tar.gz with Build.PL >>> /Users/fly2400/ap2400-300558/bin/perl-dynamic Build.PL Creating new 'Build' script for 'cpan-outdated' version '0.31' DOLMEN/cpan-outdated-0.31.tar.gz /Users/fly2400/ap2400-300558/bin/perl-dynamic Build.PL -- OK Running Build for D/DO/DOLMEN/cpan-outdated-0.31.tar.gz ---- Unsatisfied dependencies detected during ---- ---- DOLMEN/cpan-outdated-0.31.tar.gz ---- local::lib [requires] Running test for module 'local::lib' Checksum for /Users/fly2400/cpanfly-5.24/var/cpan/sources/authors/id/H/HA/HAARG/local-lib-2.000019.tar.gz ok local-lib-2.000019/ local-lib-2.000019/Changes local-lib-2.000019/eg/ local-lib-2.000019/inc/ local-lib-2.000019/lib/ local-lib-2.000019/LICENSE local-lib-2.000019/maint/ local-lib-2.000019/Makefile.PL local-lib-2.000019/MANIFEST local-lib-2.000019/META.json local-lib-2.000019/META.yml local-lib-2.000019/README local-lib-2.000019/t/ local-lib-2.000019/xt/ local-lib-2.000019/xt/author/ local-lib-2.000019/xt/bootstrap.t local-lib-2.000019/xt/cpan-bootstrap.pl local-lib-2.000019/xt/cpan-bootstrap.t local-lib-2.000019/xt/install.t local-lib-2.000019/xt/lib/ local-lib-2.000019/xt/lib/dist_util.pm local-lib-2.000019/xt/author/cpan-changes.t local-lib-2.000019/xt/author/eol.t local-lib-2.000019/xt/author/no-tabs.t local-lib-2.000019/xt/author/pod-syntax.t local-lib-2.000019/t/bad_variables.t local-lib-2.000019/t/carp-mismatch.t local-lib-2.000019/t/classmethod.t local-lib-2.000019/t/coderefs_in_inc.t local-lib-2.000019/t/de-dup.t local-lib-2.000019/t/lib/ local-lib-2.000019/t/lib-core-only.t local-lib-2.000019/t/pipeline.t local-lib-2.000019/t/shell.t local-lib-2.000019/t/stackable.t local-lib-2.000019/t/subroutine-in-inc.t local-lib-2.000019/t/taint-mode.t local-lib-2.000019/t/lib/ENVDumper.pm local-lib-2.000019/t/lib/TempDir.pm local-lib-2.000019/maint/Makefile.PL.include local-lib-2.000019/lib/lib/ local-lib-2.000019/lib/local/ local-lib-2.000019/lib/POD2/ local-lib-2.000019/lib/POD2/DE/ local-lib-2.000019/lib/POD2/PT_BR/ local-lib-2.000019/lib/POD2/PT_BR/local/ local-lib-2.000019/lib/POD2/PT_BR/local/lib.pod local-lib-2.000019/lib/POD2/DE/local/ local-lib-2.000019/lib/POD2/DE/local/lib.pod local-lib-2.000019/lib/local/lib.pm local-lib-2.000019/lib/lib/core/ local-lib-2.000019/lib/lib/core/only.pm local-lib-2.000019/inc/CheckVersion.pm local-lib-2.000019/inc/CPANBootstrapper.pm local-lib-2.000019/eg/scripted_install.pl Configuring H/HA/HAARG/local-lib-2.000019.tar.gz with Makefile.PL >>> /Users/fly2400/ap2400-300558/bin/perl-dynamic Makefile.PL Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for local::lib Writing MYMETA.yml and MYMETA.json HAARG/local-lib-2.000019.tar.gz /Users/fly2400/ap2400-300558/bin/perl-dynamic Makefile.PL -- OK Running make for H/HA/HAARG/local-lib-2.000019.tar.gz >>> make cp lib/lib/core/only.pm blib/lib/lib/core/only.pm cp lib/POD2/DE/local/lib.pod blib/lib/POD2/DE/local/lib.pod cp lib/POD2/PT_BR/local/lib.pod blib/lib/POD2/PT_BR/local/lib.pod cp lib/local/lib.pm blib/lib/local/lib.pm Manifying 4 pod documents HAARG/local-lib-2.000019.tar.gz make -- OK Running make test >>> make test TEST_VERBOSE=1 PERL_DL_NONLAZY=1 "/Users/fly2400/ap2400-300558/bin/perl-dynamic" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(1, 'blib/lib', 'blib/arch')" t/*.t t/bad_variables.t ...... 1..6 ok 1 - new dir is not already in @INC ok 2 - new dir is not already in PERL5LIB ok 3 - dir1 should have been removed and added back in at the top ok 4 - junk dir added not included in active_paths ok 5 - new dir has been added to @INC ok 6 - new dir has been added to PERL5LIB ok t/carp-mismatch.t ...... 1..5 ok 1 - Carp::Heavy is not yet loaded ok 2 - some other module was loaded from our local::lib ok 3 - Carp::Heavy has now been loaded ok 4 - Carp::Heavy matching Carp was loaded ok 5 - Carp::Heavy was not loaded from our local::lib ok t/classmethod.t ........ 1..7 ok 1 - empty path resolves to ~/perl5 ok 2 - defined path resolves to same path ok 3 - base dir created ok 4 - bin dir created ok 5 - lib dir created ok 6 - arch dir created ok 7 - warning about creation ok t/coderefs_in_inc.t .... 1..2 ok 1 - Can find code ref in @INC ok 2 - It really is a ref, not stringified ok t/de-dup.t ............. 1..2 ok 1 - @INC entries not duplicated ok 2 - ENV{PERL5LIB} entries not duplicated ok t/lib-core-only.t ...... 1..1 ok 1 - lib::core::only mangles @INC correctly ok t/pipeline.t ........... 1..1 ok 1 ok t/shell.t .............. 1..168 ok 1 - sh: activate PATH ok 2 - sh: activate PERL5LIB ok 3 - sh: activate PERL_LOCAL_LIB_ROOT ok 4 - sh: activate PERL_MM_OPT ok 5 - sh: activate PERL_MB_OPT ok 6 - sh: deactivate PATH ok 7 - sh: deactivate PERL5LIB ok 8 - sh: deactivate PERL_LOCAL_LIB_ROOT ok 9 - sh: deactivate PERL_MM_OPT ok 10 - sh: deactivate PERL_MB_OPT ok 11 - sh: can quote [string] ok 12 - sh: can append [string] ok 13 - sh: can quote [with space] ok 14 - sh: can append [with space] ok 15 - sh: can quote [with"quote] ok 16 - sh: can append [with"quote] ok 17 - sh: can quote [with'squote] ok 18 - sh: can append [with'squote] ok 19 - sh: can quote [with\bslash] ok 20 - sh: can append [with\bslash] ok 21 - sh: can quote [with%per%cent] ok 22 - sh: can append [with%per%cent] ok 23 - sh: can quote [with$dollar] ok 24 - sh: can append [with$dollar] ok 25 - sh -u: activate PATH ok 26 - sh -u: activate PERL5LIB ok 27 - sh -u: activate PERL_LOCAL_LIB_ROOT ok 28 - sh -u: activate PERL_MM_OPT ok 29 - sh -u: activate PERL_MB_OPT ok 30 - sh -u: deactivate PATH ok 31 - sh -u: deactivate PERL5LIB ok 32 - sh -u: deactivate PERL_LOCAL_LIB_ROOT ok 33 - sh -u: deactivate PERL_MM_OPT ok 34 - sh -u: deactivate PERL_MB_OPT ok 35 - sh -u: can quote [string] ok 36 - sh -u: can append [string] ok 37 - sh -u: can quote [with space] ok 38 - sh -u: can append [with space] ok 39 - sh -u: can quote [with"quote] ok 40 - sh -u: can append [with"quote] ok 41 - sh -u: can quote [with'squote] ok 42 - sh -u: can append [with'squote] ok 43 - sh -u: can quote [with\bslash] ok 44 - sh -u: can append [with\bslash] ok 45 - sh -u: can quote [with%per%cent] ok 46 - sh -u: can append [with%per%cent] ok 47 - sh -u: can quote [with$dollar] ok 48 - sh -u: can append [with$dollar] ok 49 - bash: activate PATH ok 50 - bash: activate PERL5LIB ok 51 - bash: activate PERL_LOCAL_LIB_ROOT ok 52 - bash: activate PERL_MM_OPT ok 53 - bash: activate PERL_MB_OPT ok 54 - bash: deactivate PATH ok 55 - bash: deactivate PERL5LIB ok 56 - bash: deactivate PERL_LOCAL_LIB_ROOT ok 57 - bash: deactivate PERL_MM_OPT ok 58 - bash: deactivate PERL_MB_OPT ok 59 - bash: can quote [string] ok 60 - bash: can append [string] ok 61 - bash: can quote [with space] ok 62 - bash: can append [with space] ok 63 - bash: can quote [with"quote] ok 64 - bash: can append [with"quote] ok 65 - bash: can quote [with'squote] ok 66 - bash: can append [with'squote] ok 67 - bash: can quote [with\bslash] ok 68 - bash: can append [with\bslash] ok 69 - bash: can quote [with%per%cent] ok 70 - bash: can append [with%per%cent] ok 71 - bash: can quote [with$dollar] ok 72 - bash: can append [with$dollar] ok 73 - zsh: activate PATH ok 74 - zsh: activate PERL5LIB ok 75 - zsh: activate PERL_LOCAL_LIB_ROOT ok 76 - zsh: activate PERL_MM_OPT ok 77 - zsh: activate PERL_MB_OPT ok 78 - zsh: deactivate PATH ok 79 - zsh: deactivate PERL5LIB ok 80 - zsh: deactivate PERL_LOCAL_LIB_ROOT ok 81 - zsh: deactivate PERL_MM_OPT ok 82 - zsh: deactivate PERL_MB_OPT ok 83 - zsh: can quote [string] ok 84 - zsh: can append [string] ok 85 - zsh: can quote [with space] ok 86 - zsh: can append [with space] ok 87 - zsh: can quote [with"quote] ok 88 - zsh: can append [with"quote] ok 89 - zsh: can quote [with'squote] ok 90 - zsh: can append [with'squote] ok 91 - zsh: can quote [with\bslash] ok 92 - zsh: can append [with\bslash] ok 93 - zsh: can quote [with%per%cent] ok 94 - zsh: can append [with%per%cent] ok 95 - zsh: can quote [with$dollar] ok 96 - zsh: can append [with$dollar] ok 97 - ksh: activate PATH ok 98 - ksh: activate PERL5LIB ok 99 - ksh: activate PERL_LOCAL_LIB_ROOT ok 100 - ksh: activate PERL_MM_OPT ok 101 - ksh: activate PERL_MB_OPT ok 102 - ksh: deactivate PATH ok 103 - ksh: deactivate PERL5LIB ok 104 - ksh: deactivate PERL_LOCAL_LIB_ROOT ok 105 - ksh: deactivate PERL_MM_OPT ok 106 - ksh: deactivate PERL_MB_OPT ok 107 - ksh: can quote [string] ok 108 - ksh: can append [string] ok 109 - ksh: can quote [with space] ok 110 - ksh: can append [with space] ok 111 - ksh: can quote [with"quote] ok 112 - ksh: can append [with"quote] ok 113 - ksh: can quote [with'squote] ok 114 - ksh: can append [with'squote] ok 115 - ksh: can quote [with\bslash] ok 116 - ksh: can append [with\bslash] ok 117 - ksh: can quote [with%per%cent] ok 118 - ksh: can append [with%per%cent] ok 119 - ksh: can quote [with$dollar] ok 120 - ksh: can append [with$dollar] ok 121 - csh: activate PATH ok 122 - csh: activate PERL5LIB ok 123 - csh: activate PERL_LOCAL_LIB_ROOT ok 124 - csh: activate PERL_MM_OPT ok 125 - csh: activate PERL_MB_OPT ok 126 - csh: deactivate PATH ok 127 - csh: deactivate PERL5LIB ok 128 - csh: deactivate PERL_LOCAL_LIB_ROOT ok 129 - csh: deactivate PERL_MM_OPT ok 130 - csh: deactivate PERL_MB_OPT ok 131 - csh: can quote [string] ok 132 - csh: can append [string] ok 133 - csh: can quote [with space] ok 134 - csh: can append [with space] ok 135 - csh: can quote [with"quote] ok 136 - csh: can append [with"quote] ok 137 - csh: can quote [with'squote] ok 138 - csh: can append [with'squote] ok 139 - csh: can quote [with\bslash] ok 140 - csh: can append [with\bslash] ok 141 - csh: can quote [with%per%cent] ok 142 - csh: can append [with%per%cent] ok 143 - csh: can quote [with$dollar] ok 144 - csh: can append [with$dollar] ok 145 - tcsh: activate PATH ok 146 - tcsh: activate PERL5LIB ok 147 - tcsh: activate PERL_LOCAL_LIB_ROOT ok 148 - tcsh: activate PERL_MM_OPT ok 149 - tcsh: activate PERL_MB_OPT ok 150 - tcsh: deactivate PATH ok 151 - tcsh: deactivate PERL5LIB ok 152 - tcsh: deactivate PERL_LOCAL_LIB_ROOT ok 153 - tcsh: deactivate PERL_MM_OPT ok 154 - tcsh: deactivate PERL_MB_OPT ok 155 - tcsh: can quote [string] ok 156 - tcsh: can append [string] ok 157 - tcsh: can quote [with space] ok 158 - tcsh: can append [with space] ok 159 - tcsh: can quote [with"quote] ok 160 - tcsh: can append [with"quote] ok 161 - tcsh: can quote [with'squote] ok 162 - tcsh: can append [with'squote] ok 163 - tcsh: can quote [with\bslash] ok 164 - tcsh: can append [with\bslash] ok 165 - tcsh: can quote [with%per%cent] ok 166 - tcsh: can append [with%per%cent] ok 167 - tcsh: can quote [with$dollar] ok 168 - tcsh: can append [with$dollar] ok t/stackable.t .......... 1..24 ok 1 - one active path ok 2 - added one dir in root ok 3 - added one dir in lib ok 4 - no arch in PERL5LIB ok 5 - first path is installation target ok 6 - still one active path after adding it twice ok 7 - two active paths ok 8 - added another dir in root ok 9 - added another dir in lib ok 10 - no arch in PERL5LIB ok 11 - first dir is still in root ok 12 - first dir is still in lib ok 13 - no arch in PERL5LIB ok 14 - second path is installation target ok 15 - still two active dirs after re-adding first ok 16 - first dir was re-added on top ok 17 - first path is installation target again ok 18 - second dir was removed from root ok 19 - second dir was removed from lib ok 20 - no arch in PERL5LIB ok 21 - first dir didn't go away from root ok 22 - first dir didn't go away from lib ok 23 - no arch in PERL5LIB ok 24 - first dir stays installation target ok t/subroutine-in-inc.t .. 1..1 ok 1 ok t/taint-mode.t ......... 1..4 ok 1 - test script ran without error ok 2 - local::lib used in taint script added to @INC ok 3 - local::lib not used used in taint script not added to @INC ok 4 - reimplemented cwd matches standard cwd ok All tests successful. Files=11, Tests=221, 6 wallclock secs ( 0.08 usr 0.02 sys + 3.63 cusr 1.43 csys = 5.16 CPU) Result: PASS HAARG/local-lib-2.000019.tar.gz make test TEST_VERBOSE=1 -- OK Graham Knop <haarg@cpan.org> create and use a local lib/ for perl modules with PERL5LIB >>> (cd /Users/fly2400/cpanfly-5.24/var/tmp/cpan_build/local-lib-2.000019-4UbSx5 && tar cvf - local-lib-2.000019.ppd blib) | gzip -c >/Users/fly2400/cpanfly-5.24/var/REPO/H/HA/HAARG/local-lib-2.000019.tar.gz local-lib-2.000019.ppd blib/ blib/lib/ blib/lib/lib/ blib/lib/lib/core/ blib/lib/lib/core/only.pm blib/lib/local/ blib/lib/local/lib.pm blib/lib/POD2/ blib/lib/POD2/DE/ blib/lib/POD2/DE/local/ blib/lib/POD2/DE/local/lib.pod blib/lib/POD2/PT_BR/ blib/lib/POD2/PT_BR/local/ blib/lib/POD2/PT_BR/local/lib.pod blib/man3/ blib/man3/lib::core::only.3 blib/man3/local::lib.3 blib/man3/POD2::DE::local::lib.3 blib/man3/POD2::PT_BR::local::lib.3 DOLMEN/cpan-outdated-0.31.tar.gz Has already been unwrapped into directory /Users/fly2400/cpanfly-5.24/var/tmp/cpan_build/cpan-outdated-0.31-Y_ebkr DOLMEN/cpan-outdated-0.31.tar.gz Has already been prepared Running Build for D/DO/DOLMEN/cpan-outdated-0.31.tar.gz Prepending /Users/fly2400/cpanfly-5.24/var/tmp/cpan_build/local-lib-2.000019-4UbSx5/blib/arch /Users/fly2400/cpanfly-5.24/var/tmp/cpan_build/local-lib-2.000019-4UbSx5/blib/lib to PERL5LIB for 'make' >>> ./Build cp script/cpan-outdated blib/script/cpan-outdated cp lib/App/cpanoutdated.pm blib/lib/App/cpanoutdated.pm DOLMEN/cpan-outdated-0.31.tar.gz ./Build -- OK Prepending /Users/fly2400/cpanfly-5.24/var/tmp/cpan_build/local-lib-2.000019-4UbSx5/blib/arch /Users/fly2400/cpanfly-5.24/var/tmp/cpan_build/local-lib-2.000019-4UbSx5/blib/lib to PERL5LIB for 'test' Running Build test >>> ./Build test verbose=1 t/00_compile.t ............ ok t/01_compare_version.t .... ok t/02_permissive_filter.t .. ok All tests successful. Files=3, Tests=14, 0 wallclock secs ( 0.03 usr 0.01 sys + 0.49 cusr 0.07 csys = 0.60 CPU) Result: PASS DOLMEN/cpan-outdated-0.31.tar.gz ./Build test verbose=1 -- OK Olivier Mengue <dolmen@cpan.org> detect outdated CPAN modules in your environment. >>> (cd /Users/fly2400/cpanfly-5.24/var/tmp/cpan_build/cpan-outdated-0.31-Y_ebkr && tar cvf - cpan-outdated-0.31.ppd blib) | gzip -c >/Users/fly2400/cpanfly-5.24/var/REPO/D/DO/DOLMEN/cpan-outdated-0.31.tar.gz cpan-outdated-0.31.ppd blib/ blib/lib/ blib/lib/App/ blib/lib/App/cpanoutdated.pm blib/script/ blib/script/cpan-outdated Finished 2016-06-12T19:19:09